- Timestamp:
- 09/01/2022 10:54:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php
r53948 r54058 76 76 } 77 77 78 /** 79 * @doesNotPerformAssertions 80 */ 78 81 public function test_context_param() { 79 $this->markTestSkipped( 'Controller does not use get_context_param().' );82 // Controller does not use get_context_param(). 80 83 } 81 84 … … 384 387 } 385 388 386 389 /** 390 * @doesNotPerformAssertions 391 */ 387 392 public function test_create_item() { 388 $this->markTestSkipped( 'Controller does not implement create_item().' );393 // Controller does not implement create_item(). 389 394 } 390 395 … … 666 671 } 667 672 673 /** 674 * @doesNotPerformAssertions 675 */ 668 676 public function test_prepare_item() { 669 $this->markTestSkipped( 'Controller does not implement prepare_item().' ); 670 } 671 677 // Controller does not implement prepare_item(). 678 } 679 680 /** 681 * @doesNotPerformAssertions 682 */ 672 683 public function test_get_item_schema() { 673 $this->markTestSkipped( 'Controller does not implement get_item_schema().' );684 // Controller does not implement get_item_schema(). 674 685 } 675 686
Note: See TracChangeset
for help on using the changeset viewer.