- Timestamp:
- 08/22/2022 10:42:59 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-settings-controller.php
r53588 r53921 72 72 73 73 public function test_context_param() { 74 $this->markTestSkipped( 'Controller does not use get_context_param().' ); 74 75 } 75 76 … … 380 381 381 382 public function test_create_item() { 383 $this->markTestSkipped( 'Controller does not implement create_item().' ); 382 384 } 383 385 … … 660 662 661 663 public function test_prepare_item() { 664 $this->markTestSkipped( 'Controller does not implement prepare_item().' ); 662 665 } 663 666 664 667 public function test_get_item_schema() { 668 $this->markTestSkipped( 'Controller does not implement get_item_schema().' ); 665 669 } 666 670
Note: See TracChangeset
for help on using the changeset viewer.