File tree 3 files changed +0
-5
lines changed 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ protected function getCacheDir()
26
26
return __DIR__ .'/.cached_responses ' ;
27
27
}
28
28
29
-
30
29
public function testGeocodeWithLocalhostIPv4 ()
31
30
{
32
31
$ provider = Nominatim::withOpenStreetMapServer ($ this ->getMockedHttpClient ());
Original file line number Diff line number Diff line change 17
17
use Geocoder \Location ;
18
18
use Geocoder \Query \GeocodeQuery ;
19
19
use Geocoder \Query \ReverseQuery ;
20
- use Geocoder \Tests \TestCase ;
21
20
use Geocoder \Provider \OpenCage \OpenCage ;
22
21
23
22
/**
@@ -30,7 +29,6 @@ protected function getCacheDir()
30
29
return __DIR__ .'/.cached_responses ' ;
31
30
}
32
31
33
-
34
32
public function testGetName ()
35
33
{
36
34
$ provider = new OpenCage ($ this ->getMockedHttpClient (), 'api_key ' );
@@ -46,7 +44,6 @@ public function testSslSchema()
46
44
$ this ->assertEquals (0 , $ result ->count ());
47
45
}
48
46
49
-
50
47
public function testGeocodeWithRealAddress ()
51
48
{
52
49
if (!isset ($ _SERVER ['OPENCAGE_API_KEY ' ])) {
Original file line number Diff line number Diff line change 18
18
use Geocoder \Provider \Yandex \Model \YandexAddress ;
19
19
use Geocoder \Query \GeocodeQuery ;
20
20
use Geocoder \Query \ReverseQuery ;
21
- use Geocoder \Tests \TestCase ;
22
21
use Geocoder \Provider \Yandex \Yandex ;
23
22
24
23
/**
You can’t perform that action at this time.
0 commit comments