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