From 685667756680d02634c56ce221854ff74e7fa048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 12:24:19 +0100 Subject: [PATCH] Another try --- test/Sauce.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Sauce.php b/test/Sauce.php index 07aae6a..91edf94 100644 --- a/test/Sauce.php +++ b/test/Sauce.php @@ -84,7 +84,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase public function setUpPage() { - $this->url('http://cops-travis:8888/index.php'); + $this->url('http://localhost:8888/index.php'); } public function string_to_ascii($string)