| Total Complexity | 3 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 22 | class IntegrationTest extends ProviderIntegrationTest | ||
| 23 | { | ||
| 24 | protected $skippedTests = [ | ||
| 25 | 'testReverseQueryWithNoResults' => 'We weirdly find stuff here...', | ||
| 26 | ]; | ||
| 27 | |||
| 28 | protected $testIpv4 = false; | ||
| 29 | |||
| 30 | protected $testIpv6 = false; | ||
| 31 | |||
| 32 | protected function createProvider(HttpClient $httpClient) | ||
| 35 | } | ||
| 36 | |||
| 37 | protected function getCacheDir() | ||
| 38 |     { | ||
| 39 | return __DIR__.'/.cached_responses'; | ||
| 40 | } | ||
| 41 | |||
| 42 | protected function getApiKey() | ||
| 45 | } | ||
| 46 | } | ||
| 47 |