Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove empty line
  • Loading branch information
ironprogrammer committed Apr 6, 2022
commit 96ccc815c0f48ff49f0d04e1f08226ed8ca1a6c9
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ public function set_up() {
public function test_register_routes() {
$routes = rest_get_server()->get_routes();
$this->assertArrayHasKey( static::REQUEST_ROUTE, $routes );

}

public function test_get_items() {
Expand Down