You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -64,7 +64,7 @@ public function testGetGeocodedDataWithLocalhostIPv6()
64
64
65
65
/**
66
66
* @expectedException \Geocoder\Exception\NoResult
67
-
* @expectedExceptionMessage Could not execute query http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France&maxLocations=5&f=json&outFields=*
67
+
* @expectedExceptionMessage Could not execute query "http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France&maxLocations=5&f=json&outFields=*".
@@ -130,7 +130,7 @@ public function testGetGeocodedDataWithRealAddressAndHttps()
130
130
131
131
/**
132
132
* @expectedException \Geocoder\Exception\NoResult
133
-
* @expectedExceptionMessage No results found for query http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France
133
+
* @expectedExceptionMessage No results found for query "http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France".
@@ -140,7 +140,7 @@ public function testGetGeocodedDataWithInvalidAddressForSourceCountry()
140
140
141
141
/**
142
142
* @expectedException \Geocoder\Exception\NoResult
143
-
* @expectedExceptionMessage No results found for query https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France
143
+
* @expectedExceptionMessage No results found for query "https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=10+avenue+Gambetta%2C+Paris%2C+France".
@@ -150,7 +150,7 @@ public function testGetGeocodedDataWithInvalidAddressWithHttpsForSourceCountry()
150
150
151
151
/**
152
152
* @expectedException Geocoder\Exception\NoResult
153
-
* @expectedExceptionMessage Could not execute query http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?location=2.000000,1.000000&maxLocations=5&f=json&outFields=*
153
+
* @expectedExceptionMessage Could not execute query "http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?location=2.000000,1.000000&maxLocations=5&f=json&outFields=*".
154
154
*/
155
155
publicfunctiontestGetReversedDataWithInvalid()
156
156
{
@@ -160,7 +160,7 @@ public function testGetReversedDataWithInvalid()
160
160
161
161
/**
162
162
* @expectedException \Geocoder\Exception\NoResult
163
-
* @expectedExceptionMessage Could not execute query http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?location=2.389020,48.863280&maxLocations=5&f=json&outFields=*
163
+
* @expectedExceptionMessage Could not execute query "http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?location=2.389020,48.863280&maxLocations=5&f=json&outFields=*".
* @expectedExceptionMessage The BingMaps does not support IP addresses.
67
+
* @expectedExceptionMessage The BingMaps provider does not support IP addresses, only street addresses.
68
68
*/
69
69
publicfunctiontestGeocodeWithLocalhostIPv6()
70
70
{
@@ -74,7 +74,7 @@ public function testGeocodeWithLocalhostIPv6()
74
74
75
75
/**
76
76
* @expectedException \Geocoder\Exception\NoResult
77
-
* @expectedExceptionMessage Could not execute query http://dev.virtualearth.net/REST/v1/Locations/?maxResults=5&q=10+avenue+Gambetta%2C+Paris%2C+France&key=api_key
77
+
* @expectedExceptionMessage Could not execute query "http://dev.virtualearth.net/REST/v1/Locations/?maxResults=5&q=10+avenue+Gambetta%2C+Paris%2C+France&key=api_key".
0 commit comments