- Timestamp:
- 02/13/2024 03:10:37 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-global-styles-revisions-controller.php
r57624 r57628 421 421 /** 422 422 * @ticket 58524 423 * @ticket 60131424 423 * 425 424 * @covers WP_REST_Global_Styles_Controller::get_item_permissions_check … … 430 429 $response = rest_get_server()->dispatch( $request ); 431 430 432 $this->assertErrorResponse( 'rest_cannot_ read', $response, 403 );431 $this->assertErrorResponse( 'rest_cannot_view', $response, 403 ); 433 432 } 434 433 … … 831 830 */ 832 831 public function test_context_param() { 833 // Controller does not implement get_context_param().832 // Controller does not implement test_context_param(). 834 833 } 835 834
Note: See TracChangeset
for help on using the changeset viewer.