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
Copy file name to clipboardExpand all lines: tests/Geocoder/Tests/Provider/GeocoderUsProviderTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ public function testGetName()
18
18
19
19
/**
20
20
* @expectedException \Geocoder\Exception\NoResult
21
-
* @expectedExceptionMessage Could not find results for given query: http://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1600+Pennsylvania+Ave%2C+Washington%2C+DC
21
+
* @expectedExceptionMessage Could not find results for given query: https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=1600+Pennsylvania+Ave%2C+Washington%2C+DC
22
22
*/
23
23
publicfunctiontestgeocodeWithAddress()
24
24
{
@@ -28,7 +28,7 @@ public function testgeocodeWithAddress()
28
28
29
29
/**
30
30
* @expectedException \Geocoder\Exception\NoResult
31
-
* @expectedExceptionMessage Could not find results for given query: http://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=foobar
31
+
* @expectedExceptionMessage Could not find results for given query: https://geocoding.geo.census.gov/geocoder/locations/onelineaddress?format=json&benchmark=Public_AR_Current&address=foobar
0 commit comments