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/OGDViennaAustriaProviderTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ public function testGetName()
19
19
20
20
/**
21
21
* @expectedException \Geocoder\Exception\NoResult
22
-
* @expectedExceptionMessage Could not execute query http://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=Stephansplatz
22
+
* @expectedExceptionMessage Could not execute query https://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=Stephansplatz
23
23
*/
24
24
publicfunctiontestGeocodeWithAddress()
25
25
{
@@ -29,7 +29,7 @@ public function testGeocodeWithAddress()
29
29
30
30
/**
31
31
* @expectedException \Geocoder\Exception\NoResult
32
-
* @expectedExceptionMessage Could not execute query http://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=yyyyyyy
32
+
* @expectedExceptionMessage Could not execute query https://data.wien.gv.at/daten/OGDAddressService.svc/GetAddressInfo?CRS=EPSG:4326&Address=yyyyyyy
0 commit comments