Changeset 47186 for trunk/tests/phpunit/tests/taxonomy.php
- Timestamp:
- 02/05/2020 06:24:16 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/taxonomy.php
r47122 r47186 171 171 172 172 /** 173 * @ticket 48558 174 */ 175 function test_register_taxonomy_return_value() { 176 $this->assertInstanceOf( 'WP_Taxonomy', register_taxonomy( 'foo', 'post' ) ); 177 } 178 179 /** 173 180 * @ticket 21593 174 181 *
Note: See TracChangeset
for help on using the changeset viewer.