Changeset 29793 for trunk/tests/phpunit/tests/query/dateQuery.php
- Timestamp:
- 09/29/2014 04:04:46 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/dateQuery.php (modified) (1 diff)
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)