| 1 | <?php |
||
| 22 | class IntegrationTest extends ProviderIntegrationTest |
||
| 23 | { |
||
| 24 | protected $testAddress = false; |
||
| 25 | protected $testReverse = false; |
||
| 26 | protected $testIpv6 = true; |
||
| 27 | |||
| 28 | protected function createProvider(HttpClient $httpClient) |
||
| 32 | |||
| 33 | protected function getCacheDir() |
||
| 37 | |||
| 38 | protected function getApiKey() |
||
| 41 | } |
||
| 42 |