- Timestamp:
- 08/22/2022 10:42:59 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php
r52328 r53921 218 218 */ 219 219 public function test_context_param() { 220 $this->markTestSkipped( 'Controller does not use get_context_param().' ); 220 221 } 221 222 … … 1509 1510 1510 1511 /** 1511 * The test_prepare_item() method does not exist for sidebar.1512 * The prepare_item() method does not exist for sidebar. 1512 1513 */ 1513 1514 public function test_prepare_item() { 1515 $this->markTestSkipped( 'Controller does not implement prepare_item().' ); 1514 1516 } 1515 1517
Note: See TracChangeset
for help on using the changeset viewer.