| 1 | <?php |
||
| 22 | class IntegrationTest extends ProviderIntegrationTest |
||
| 23 | { |
||
| 24 | protected $skippedTests = [ |
||
| 25 | ]; |
||
| 26 | |||
| 27 | protected $testAddress = false; |
||
| 28 | |||
| 29 | protected $testReverse = false; |
||
| 30 | |||
| 31 | protected $testIpv6 = false; |
||
| 32 | |||
| 33 | protected $testHttpProvider = false; |
||
| 34 | |||
| 35 | public static function setUpBeforeClass() |
||
| 47 | |||
| 48 | protected function createProvider(HttpClient $httpClient) |
||
| 52 | |||
| 53 | protected function getCacheDir() |
||
| 57 | |||
| 58 | protected function getApiKey() |
||
| 62 | } |
||
| 63 |
When comparing two booleans, it is generally considered safer to use the strict comparison operator.