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