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