Changeset 48939 for trunk/tests/phpunit/tests/user/countUsers.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/countUsers.php
r48937 r48939 198 198 199 199 $count = count_users( $strategy, $site_id ); 200 $this->assert EqualSetsWithIndex(200 $this->assertSameSetsWithIndex( 201 201 array( 202 202 'tester' => 1, … … 279 279 $count2 = count_users( $strategy ); 280 280 281 $this->assert EqualSets( $count, $count2 );281 $this->assertSameSets( $count, $count2 ); 282 282 } 283 283
Note: See TracChangeset
for help on using the changeset viewer.