Changeset 48939 for trunk/tests/phpunit/tests/user/dateQuery.php
- Timestamp:
- 09/04/2020 07:01:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/dateQuery.php
r46586 r48939 31 31 ); 32 32 33 $this->assert EqualSets( array( $u1 ), wp_list_pluck( $uq->results, 'ID' ) );33 $this->assertSameSets( array( $u1 ), wp_list_pluck( $uq->results, 'ID' ) ); 34 34 } 35 35 … … 68 68 ); 69 69 70 $this->assert EqualSets( array( $u1, $u2 ), wp_list_pluck( $uq->results, 'ID' ) );70 $this->assertSameSets( array( $u1, $u2 ), wp_list_pluck( $uq->results, 'ID' ) ); 71 71 } 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.