Skip to content

Commit

Permalink
Mark incomplete Template controller tests as such
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham authored and ellatrix committed May 25, 2021
1 parent 140fa8c commit 5c4382b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit/class-gutenberg-rest-template-controller-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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();
}
}

0 comments on commit 5c4382b

Please sign in to comment.