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