Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class UpDownTest extends TestCase |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * @test |
||
24 | */ |
||
25 | public function testGetUpDownHelperReturnsUpDownBuilder() |
||
29 | } |
||
30 | |||
31 | /** |
||
32 | * @test |
||
33 | */ |
||
34 | public function testGetUpDownApiKey() |
||
35 | { |
||
36 | |||
37 | $this->assertEquals(updown()->getUpDown()->getKey(), env('API_KEY', 'API_KEY')); |
||
38 | } |
||
39 | |||
40 | /** |
||
41 | * @return void |
||
42 | */ |
||
43 | public function setUp(): void |
||
47 | |||
48 | } |
||
49 | } |