And try again
This commit is contained in:
parent
faf67b8964
commit
136315a492
|
@ -84,7 +84,7 @@ class WebDriverDemo extends Sauce\Sausage\WebDriverTestCase
|
||||||
|
|
||||||
public function setUpPage()
|
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)
|
public function string_to_ascii($string)
|
||||||
|
|
|
@ -15,5 +15,5 @@ echo "Good PHP version"
|
||||||
curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
|
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
|
curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php
|
||||||
cp test/config_local.php.sauce config_local.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
|
vendor/bin/phpunit test/Sauce.php
|
Loading…
Reference in a new issue