Changeset 51436 for trunk/tests/phpunit/tests/taxonomy.php
- Timestamp:
- 07/15/2021 09:06:20 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/taxonomy.php
r51397 r51436 439 439 'cat_name' => 'Error', 440 440 ); 441 $this->assert True( is_a( wp_insert_category( $cat, true ), 'WP_Error') );441 $this->assertInstanceOf( 'WP_Error', wp_insert_category( $cat, true ) ); 442 442 } 443 443
Note: See TracChangeset
for help on using the changeset viewer.