Changeset 51367 for trunk/tests/phpunit/tests/meta.php
- Timestamp:
- 07/07/2021 10:32:56 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta.php
r51331 r51367 101 101 102 102 foreach ( $found as $action => $mids ) { 103 $this->assert Same( 2, count( $mids ));103 $this->assertCount( 2, $mids ); 104 104 } 105 105 } … … 138 138 ); 139 139 140 $this->assert Same( 1, count( $u ));140 $this->assertCount( 1, $u ); 141 141 142 142 // User found is not locally defined author (it's the admin).
Note: See TracChangeset
for help on using the changeset viewer.