Changeset 61038 for trunk/tests/phpunit/tests/query/thePost.php
- Timestamp:
- 10/21/2025 03:57:16 PM (4 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/query/thePost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/thePost.php
r60989 r61038 266 266 public function data_the_loop_fields() { 267 267 return array( 268 'all fields' => array( 'all', 1),269 'all fields (empty fields)' => array( '', 1),270 'post IDs' => array( 'ids', 3),271 'post ids and parent' => array( 'id=>parent', 3),268 'all fields' => array( 'all', 2 ), 269 'all fields (empty fields)' => array( '', 2 ), 270 'post IDs' => array( 'ids', 4 ), 271 'post ids and parent' => array( 'id=>parent', 4 ), 272 272 ); 273 273 }
Note: See TracChangeset
for help on using the changeset viewer.