Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8588f96

Browse files
authored
Apply fixes from StyleCI (#726)
1 parent aef2a00 commit 8588f96

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/Provider/Nominatim/Tests/NominatimTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ protected function getCacheDir()
2626
return __DIR__.'/.cached_responses';
2727
}
2828

29-
3029
public function testGeocodeWithLocalhostIPv4()
3130
{
3231
$provider = Nominatim::withOpenStreetMapServer($this->getMockedHttpClient());

src/Provider/OpenCage/Tests/OpenCageTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
use Geocoder\Location;
1818
use Geocoder\Query\GeocodeQuery;
1919
use Geocoder\Query\ReverseQuery;
20-
use Geocoder\Tests\TestCase;
2120
use Geocoder\Provider\OpenCage\OpenCage;
2221

2322
/**
@@ -30,7 +29,6 @@ protected function getCacheDir()
3029
return __DIR__.'/.cached_responses';
3130
}
3231

33-
3432
public function testGetName()
3533
{
3634
$provider = new OpenCage($this->getMockedHttpClient(), 'api_key');
@@ -46,7 +44,6 @@ public function testSslSchema()
4644
$this->assertEquals(0, $result->count());
4745
}
4846

49-
5047
public function testGeocodeWithRealAddress()
5148
{
5249
if (!isset($_SERVER['OPENCAGE_API_KEY'])) {

src/Provider/Yandex/Tests/YandexTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Geocoder\Provider\Yandex\Model\YandexAddress;
1919
use Geocoder\Query\GeocodeQuery;
2020
use Geocoder\Query\ReverseQuery;
21-
use Geocoder\Tests\TestCase;
2221
use Geocoder\Provider\Yandex\Yandex;
2322

2423
/**

0 commit comments

Comments
 (0)