Changeset 42228 for trunk/tests/phpunit/tests/query/results.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/results.php
r40237 r42228 416 416 // Expect post ids in the same order as post__in array when order=asc is passed in 417 417 $this->assertSame( $expected_returned_array, $q->posts ); 418 418 } 419 419 420 420 /**
Note: See TracChangeset
for help on using the changeset viewer.