Changeset 51367 for trunk/tests/phpunit/tests/multisite/siteQuery.php
- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/multisite/siteQuery.php
r49603 r51367 136 136 ); 137 137 138 $this->assert Same( 3, count( $found ));138 $this->assertCount( 3, $found ); 139 139 } 140 140
Note: See TracChangeset
for help on using the changeset viewer.