Changeset 47122 for trunk/tests/phpunit/tests/query/date.php
- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/date.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/date.php
r46586 r47122 56 56 $args, 57 57 array( 58 'post_status' => 'any', // For the future post 59 'posts_per_page' => '-1', // To make sure results are accurate 60 'orderby' => 'ID', // Same order they were created 58 'post_status' => 'any', // For the future post. 59 'posts_per_page' => '-1', // To make sure results are accurate. 60 'orderby' => 'ID', // Same order they were created. 61 61 'order' => 'ASC', 62 62 ) … … 295 295 $posts = $this->_get_query_result( 296 296 array( 297 'm' => array( '1234' ), // ignored297 'm' => array( '1234' ), // Ignored. 298 298 ) 299 299 );
Note: See TracChangeset
for help on using the changeset viewer.