File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ public function testGetName()
3636 public function testGeocodeWithRealAddress ()
3737 {
3838 if (!isset ($ _SERVER ['GRAPHHOPPER_API_KEY ' ])) {
39- $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml ' );
39+ $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml. ' );
4040 }
4141
4242 $ provider = new GraphHopper ($ this ->getHttpClient ($ _SERVER ['GRAPHHOPPER_API_KEY ' ]), $ _SERVER ['GRAPHHOPPER_API_KEY ' ]);
@@ -58,7 +58,7 @@ public function testGeocodeWithRealAddress()
5858 public function testGeocodeWithRealAddressAndLocale ()
5959 {
6060 if (!isset ($ _SERVER ['GRAPHHOPPER_API_KEY ' ])) {
61- $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml ' );
61+ $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml. ' );
6262 }
6363
6464 $ provider = new GraphHopper ($ this ->getHttpClient ($ _SERVER ['GRAPHHOPPER_API_KEY ' ]), $ _SERVER ['GRAPHHOPPER_API_KEY ' ]);
@@ -80,7 +80,7 @@ public function testGeocodeWithRealAddressAndLocale()
8080 public function testReverseWithRealCoordinates ()
8181 {
8282 if (!isset ($ _SERVER ['GRAPHHOPPER_API_KEY ' ])) {
83- $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml ' );
83+ $ this ->markTestSkipped ('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml. ' );
8484 }
8585
8686 $ provider = new GraphHopper ($ this ->getHttpClient ($ _SERVER ['GRAPHHOPPER_API_KEY ' ]), $ _SERVER ['GRAPHHOPPER_API_KEY ' ]);
You can’t perform that action at this time.
0 commit comments