Total Complexity | 4 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class ConnectorTest extends TestCase { |
||
13 | |||
14 | /** |
||
15 | * @test |
||
16 | * @covers \Lifeboat\Connector::__get |
||
17 | */ |
||
18 | public function test_service_factory() |
||
30 | // Error should be thrown |
||
31 | } |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @test |
||
36 | * |
||
37 | * @covers \Lifeboat\Connector::getSiteKey |
||
38 | * @covers \Lifeboat\Connector::getHost |
||
39 | * @covers \Lifeboat\Connector::setActiveSite |
||
40 | */ |
||
41 | public function test_active_site() |
||
50 |