| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | class IntegrationTest extends ProviderIntegrationTest |
||
| 18 | { |
||
| 19 | protected $testAddress = true; |
||
| 20 | |||
| 21 | protected $testReverse = true; |
||
| 22 | |||
| 23 | protected $testIpv4 = false; |
||
| 24 | |||
| 25 | protected $testIpv6 = false; |
||
| 26 | |||
| 27 | protected $skippedTests = [ |
||
| 28 | 'testGeocodeQuery' => 'UrbIS provider supports Brussels (Belgium) only.', |
||
| 29 | 'testReverseQuery' => 'UrbIS provider supports Brussels (Belgium) only.', |
||
| 30 | 'testGeocodeQueryWithNoResults' => 'UrbIS provider returns "wrong" results!', |
||
| 31 | 'testReverseQueryWithNoResults' => 'UrbIS provider returns "wrong" results!', |
||
| 32 | ]; |
||
| 33 | |||
| 34 | protected function createProvider(HttpClient $httpClient) |
||
| 37 | } |
||
| 38 | |||
| 39 | protected function getCacheDir() |
||
| 42 | } |
||
| 43 | |||
| 44 | protected function getApiKey() |
||
| 48 |