From 136315a492128f37de53ebdbba0879c749c33c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Lucas?= Date: Thu, 28 Nov 2013 14:17:21 +0100 Subject: [PATCH] And try again --- test/Sauce.php | 2 +- test/prepareSauceTest.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Sauce.php b/test/Sauce.php index 4c4831c..60f2d51 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://127.0.0.1:8888/index.php'); } public function string_to_ascii($string) diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 0a1d9f1..e8e1d2b 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -15,5 +15,5 @@ echo "Good PHP version" curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php cp test/config_local.php.sauce config_local.php -php -S localhost:8888 2> /dev/null & +php -S 127.0.0.1:8888 2> /dev/null & vendor/bin/phpunit test/Sauce.php \ No newline at end of file