Skip to content

Commit

Permalink
Force update slave
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Jun 10, 2019
1 parent c1718f0 commit 0bedee9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/GraphHopperTest.php
Expand Up @@ -36,7 +36,7 @@ public function testGetName()
public function testGeocodeWithRealAddress()
{
if (!isset($_SERVER['GRAPHHOPPER_API_KEY'])) {
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml');
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml.');
}

$provider = new GraphHopper($this->getHttpClient($_SERVER['GRAPHHOPPER_API_KEY']), $_SERVER['GRAPHHOPPER_API_KEY']);
Expand All @@ -58,7 +58,7 @@ public function testGeocodeWithRealAddress()
public function testGeocodeWithRealAddressAndLocale()
{
if (!isset($_SERVER['GRAPHHOPPER_API_KEY'])) {
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml');
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml.');
}

$provider = new GraphHopper($this->getHttpClient($_SERVER['GRAPHHOPPER_API_KEY']), $_SERVER['GRAPHHOPPER_API_KEY']);
Expand All @@ -80,7 +80,7 @@ public function testGeocodeWithRealAddressAndLocale()
public function testReverseWithRealCoordinates()
{
if (!isset($_SERVER['GRAPHHOPPER_API_KEY'])) {
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml');
$this->markTestSkipped('You need to configure the GRAPHHOPPER_API_KEY value in phpunit.xml.');
}

$provider = new GraphHopper($this->getHttpClient($_SERVER['GRAPHHOPPER_API_KEY']), $_SERVER['GRAPHHOPPER_API_KEY']);
Expand Down

0 comments on commit 0bedee9

Please sign in to comment.