Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
22 | class IntegrationTest extends ProviderIntegrationTest |
||
23 | { |
||
24 | protected $testAddress = false; |
||
25 | |||
26 | protected $testReverse = false; |
||
27 | |||
28 | protected $testIpv4 = false; |
||
29 | |||
30 | protected $testIpv6 = false; |
||
31 | |||
32 | protected function createProvider(HttpClient $httpClient) |
||
35 | } |
||
36 | |||
37 | protected function getCacheDir() |
||
40 | } |
||
41 | |||
42 | protected function getApiKey() |
||
47 |