Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien authored and StyleCIBot committed Oct 26, 2018
1 parent e8a513b commit d5cf5b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/IntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class IntegrationTest extends ProviderIntegrationTest
protected $testIpv6 = false;

protected $skippedTests = [
'testGeocodeQuery' => 'BAN Server supports France only.',
'testReverseQuery' => 'BAN Server supports France only.',
'testReverseQueryWithNoResults' => 'Addok returns "debug" information for reverse geocoding on coordinates 0, 0. See https://github.com/addok/addok/issues/505'
'testGeocodeQuery' => 'BAN Server supports France only.',
'testReverseQuery' => 'BAN Server supports France only.',
'testReverseQueryWithNoResults' => 'Addok returns "debug" information for reverse geocoding on coordinates 0, 0. See https://github.com/addok/addok/issues/505',
];

protected function createProvider(HttpClient $httpClient)
Expand Down

0 comments on commit d5cf5b0

Please sign in to comment.