Changeset 48939 for trunk/tests/phpunit/tests/bookmark/getBookmarks.php
- Timestamp:
- 09/04/2020 07:01:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/bookmark/getBookmarks.php
r47122 r48939 24 24 ); 25 25 26 $this->assert EqualSets( $found1, $found2 );26 $this->assertSameSets( $found1, $found2 ); 27 27 $this->assertSame( $num_queries, $wpdb->num_queries ); 28 28 }
Note: See TracChangeset
for help on using the changeset viewer.