- 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-pages-controller.php
r52389 r53921 411 411 412 412 public function test_get_item() { 413 413 $this->markTestSkipped( 'Controller does not implement get_item().' ); 414 414 } 415 415 … … 422 422 423 423 public function test_create_item() { 424 424 $this->markTestSkipped( 'Controller does not implement create_item().' ); 425 425 } 426 426 … … 487 487 488 488 public function test_update_item() { 489 489 $this->markTestSkipped( 'Controller does not implement update_item().' ); 490 490 } 491 491 … … 510 510 511 511 public function test_prepare_item() { 512 512 $this->markTestSkipped( 'Controller does not implement prepare_item().' ); 513 513 } 514 514
Note: See TracChangeset
for help on using the changeset viewer.