Changeset 56746 for trunk/tests/phpunit/tests/feed/rss2.php
- Timestamp:
- 09/29/2023 03:22:12 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/feed/rss2.php
r56559 r56746 247 247 $cats = array_filter( $cats ); 248 248 // Should be the same number of categories. 249 $this->assert Same( count( $cats ), count( $categories ));249 $this->assertCount( count( $cats ), $categories ); 250 250 251 251 // ..with the same names.
Note: See TracChangeset
for help on using the changeset viewer.