From 9bef00171c0c9d6e5d75e2a49d165a37a3206420 Mon Sep 17 00:00:00 2001 From: David Morley Date: Wed, 28 Dec 2011 08:24:27 -0600 Subject: [PATCH] get sel and start it --- phpunit/before.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpunit/before.sh b/phpunit/before.sh index ae5d8c6..31364ec 100755 --- a/phpunit/before.sh +++ b/phpunit/before.sh @@ -1,4 +1,5 @@ -#java -jar selenium-server-standalone-2.15.0.jar +wget http://selenium.googlecode.com/files/selenium-server-standalone-2.15.0.jar +java -jar selenium-server-standalone-2.15.0.jar pyrus install phpunit/PHPUnit_Selenium phpenv rehash sh -e /etc/init.d/xvfb start -- GitLab