Total Complexity | 4 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
17 | class UpDownTest extends TestCase |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @test |
||
22 | */ |
||
23 | 1 | public function testInstanceOfCheck() |
|
27 | 1 | } |
|
28 | |||
29 | /** |
||
30 | * @test |
||
31 | */ |
||
32 | 1 | public function testInstanceOfCheckFromInstanceMethod() |
|
33 | { |
||
34 | |||
35 | 1 | $this->assertInstanceOf(UpDown::class, UpDown::instance()); |
|
36 | 1 | } |
|
37 | |||
38 | /** |
||
39 | * @test |
||
40 | */ |
||
41 | 1 | public function testCheckApiKey() |
|
45 | 1 | } |
|
46 | |||
47 | /** |
||
48 | * @test |
||
49 | */ |
||
50 | 1 | public function testUpDownClient() |
|
54 | 1 | } |
|
55 | |||
57 |