Skip to content

Commit 0bedee9

Browse files
authored
Force update slave
1 parent c1718f0 commit 0bedee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/GraphHopperTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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']);

0 commit comments

Comments
 (0)