Changeset 47200 for trunk/tests/phpunit/tests/user/query.php
- Timestamp:
- 02/06/2020 09:40:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/user/query.php
r47122 r47200 1662 1662 $ids = $q->get_results(); 1663 1663 1664 / * must include user that has same string in display_name */1664 // Must include user that has the same string in display_name. 1665 1665 $this->assertEquals( array( $new_user1 ), $ids ); 1666 1666 } … … 1690 1690 $ids = $q->get_results(); 1691 1691 1692 / * must not include user that has same string in other fields */1692 // Must not include user that has the same string in other fields. 1693 1693 $this->assertEquals( array(), $ids ); 1694 1694 }
Note: See TracChangeset
for help on using the changeset viewer.