Changeset 29793
- Timestamp:
- 09/29/2014 04:04:46 PM (10 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/dateQuery.php
r28935 r29793 54 54 public function _get_query_result( $args = array() ) { 55 55 $args = wp_parse_args( $args, array( 56 'post_status' => 'any', // For the future post 57 'posts_per_page' => '-1', // To make sure results are accurate 58 'orderby' => 'ID', // Same order they were created 59 'order' => 'ASC', 56 'post_status' => 'any', // For the future post 57 'posts_per_page' => '-1', // To make sure results are accurate 58 'orderby' => 'ID', // Same order they were created 59 'order' => 'ASC', 60 'update_post_meta_cache' => false, 61 'update_post_term_cache' => false, 60 62 ) ); 61 63
Note: See TracChangeset
for help on using the changeset viewer.