Changeset 51438 for trunk/tests/phpunit/tests/taxonomy.php
- Timestamp:
- 07/15/2021 02:44:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/taxonomy.php
r51436 r51438 421 421 'cat_name' => 'test1', 422 422 ); 423 $this->assert True( is_numeric( wp_insert_category( $cat, true )) );423 $this->assertIsNumeric( wp_insert_category( $cat, true ) ); 424 424 } 425 425
Note: See TracChangeset
for help on using the changeset viewer.