- Timestamp:
- 09/01/2022 10:54:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-widgets-controller.php
r53921 r54058 215 215 216 216 /** 217 * @ ticket 41683217 * @doesNotPerformAssertions 218 218 */ 219 219 public function test_context_param() { 220 $this->markTestSkipped( 'Controller does not use get_context_param().' );220 // Controller does not use get_context_param(). 221 221 } 222 222 … … 1511 1511 /** 1512 1512 * The prepare_item() method does not exist for sidebar. 1513 * 1514 * @doesNotPerformAssertions 1513 1515 */ 1514 1516 public function test_prepare_item() { 1515 $this->markTestSkipped( 'Controller does not implement prepare_item().' );1517 // Controller does not implement prepare_item(). 1516 1518 } 1517 1519
Note: See TracChangeset
for help on using the changeset viewer.