summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2016-01-10 20:27:32 +0100
committerFabio Bas <ctrlaltca@gmail.com>2016-01-10 20:27:32 +0100
commit80d4dac1a5275bb3858d7a8e7574c26543c1014d (patch)
treea4dd71771cf21375a36c6f323e31a9169b8e3339
parentb885a0d196382b9ef64ce710be81869334621632 (diff)
fix
-rwxr-xr-xtests/test_tools/PradoGenericSelenium2Test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_tools/PradoGenericSelenium2Test.php b/tests/test_tools/PradoGenericSelenium2Test.php
index d181b744..a9e0f565 100755
--- a/tests/test_tools/PradoGenericSelenium2Test.php
+++ b/tests/test_tools/PradoGenericSelenium2Test.php
@@ -1,5 +1,5 @@
<?php
-require_once 'vendor/autoload.php';
+require_once '../../vendor/autoload.php';
// TODO: stub
class PradoGenericSelenium2Test extends Sauce\Sausage\WebDriverTestCase