- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-global-styles-revisions-controller.php
r57628 r57987 591 591 * Tests that the default query should fetch all revisions. 592 592 * 593 * Duplicate of WP_Test_REST_Revisions_Controller::test_get_items_default_query_should_fetch_all_revis ons594 * 595 * @ticket 58524 596 * 597 * @covers WP_REST_Global_Styles_Controller::get_items 598 */ 599 public function test_get_items_default_query_should_fetch_all_revis ons() {593 * Duplicate of WP_Test_REST_Revisions_Controller::test_get_items_default_query_should_fetch_all_revisions 594 * 595 * @ticket 58524 596 * 597 * @covers WP_REST_Global_Styles_Controller::get_items 598 */ 599 public function test_get_items_default_query_should_fetch_all_revisions() { 600 600 wp_set_current_user( self::$admin_id ); 601 601
Note: See TracChangeset
for help on using the changeset viewer.