Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class APITest extends Test_Case { |
||
15 | |||
16 | protected $server; |
||
17 | |||
18 | public function setUp() { |
||
22 | } |
||
23 | |||
24 | /** |
||
25 | * Assert that REST API route for the plugin exist. |
||
26 | */ |
||
27 | public function test_rest_api_plugin_route_exists() { |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Assert that WordPress version endpoint exists. |
||
34 | */ |
||
35 | public function test_wp_version_endpoint_exists() { |
||
40 |