Changeset 51367 for trunk/tests/phpunit/tests/category.php
- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category.php
r48937 r51367 30 30 // Validate length is 1 + created due to uncategorized. 31 31 $cat_ids = get_all_category_ids(); 32 $this->assert Same( 3, count( $cat_ids ));32 $this->assertCount( 3, $cat_ids ); 33 33 } 34 34
Note: See TracChangeset
for help on using the changeset viewer.