Changeset 56747 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 09/29/2023 05:11:21 PM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/query.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r56549 r56747 3092 3092 $found = $q->query( 3093 3093 array( 3094 'count' => true, 3094 'count' => true, 3095 'orderby' => 'none', 3095 3096 ) 3096 3097 ); … … 3130 3131 array( 3131 3132 'count' => true, 3133 'orderby' => 'none', 3132 3134 'meta_query' => array( 3133 3135 array( … … 5002 5004 $query_1 = $q->query( 5003 5005 array( 5004 'fields' => 'ids',5005 'number' => 3,5006 'order ' => 'ASC',5007 'count' => true,5006 'fields' => 'ids', 5007 'number' => 3, 5008 'orderby' => 'none', 5009 'count' => true, 5008 5010 ) 5009 5011 ); … … 5012 5014 $query_2 = $q->query( 5013 5015 array( 5014 'fields' => 'ids',5015 'number' => 3,5016 'order ' => 'ASC',5017 'count' => true,5016 'fields' => 'ids', 5017 'number' => 3, 5018 'orderby' => 'none', 5019 'count' => true, 5018 5020 ) 5019 5021 );
Note: See TracChangeset
for help on using the changeset viewer.