File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff 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 ());
Original file line number Diff line number Diff line change 1717use Geocoder \Location ;
1818use Geocoder \Query \GeocodeQuery ;
1919use Geocoder \Query \ReverseQuery ;
20- use Geocoder \Tests \TestCase ;
2120use 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 ' ])) {
Original file line number Diff line number Diff line change 1818use Geocoder \Provider \Yandex \Model \YandexAddress ;
1919use Geocoder \Query \GeocodeQuery ;
2020use Geocoder \Query \ReverseQuery ;
21- use Geocoder \Tests \TestCase ;
2221use Geocoder \Provider \Yandex \Yandex ;
2322
2423/**
You can’t perform that action at this time.
0 commit comments