- Timestamp:
- 09/09/2023 09:26:01 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-categories-controller.php
r55457 r56549 632 632 // 3rd page. 633 633 self::factory()->category->create(); 634 $total_categories++;635 $total_pages++;634 ++$total_categories; 635 ++$total_pages; 636 636 $request = new WP_REST_Request( 'GET', '/wp/v2/categories' ); 637 637 $request->set_param( 'page', 3 );
Note: See TracChangeset
for help on using the changeset viewer.