diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 23:07:46 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 23:07:46 +0100 |
commit | ead405f7320445ec33e84e29f97c1d2a3c3a4cd8 (patch) | |
tree | 4c77a3b24c072d2067a738296341b34e6ceb999b /tests | |
parent | 00afa4763eb918ae9a46656a057fac6efee8b5dd (diff) |
hmmm
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_tools/PradoGenericSelenium2Test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php index 04d9cdbb..e006b157 100755 --- a/tests/test_tools/PradoGenericSelenium2Test.php +++ b/tests/test_tools/PradoGenericSelenium2Test.php @@ -2,7 +2,7 @@ class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase { - protected $start_url = 'http://www.mysite.dev:8888'; + protected $base_url = 'http://localhost:8888'; public static $browsers = array( // run FF15 on Windows 8 on Sauce array( |