diff --git a/phpunit/class-gutenberg-rest-template-controller-test.php b/phpunit/class-gutenberg-rest-template-controller-test.php index 5979096a5bb8bc..4fc3b5407e06e9 100644 --- a/phpunit/class-gutenberg-rest-template-controller-test.php +++ b/phpunit/class-gutenberg-rest-template-controller-test.php @@ -35,6 +35,7 @@ public function test_register_routes() { public function test_context_param() { // TODO: Implement test_context_param() method. + $this->markTestIncomplete(); } public function test_get_items() { @@ -275,9 +276,11 @@ public function test_delete_item() { public function test_prepare_item() { // TODO: Implement test_prepare_item() method. + $this->markTestIncomplete(); } public function test_get_item_schema() { // TODO: Implement test_get_item_schema() method. + $this->markTestIncomplete(); } }