diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 20:27:32 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-01-10 20:27:32 +0100 |
commit | 80d4dac1a5275bb3858d7a8e7574c26543c1014d (patch) | |
tree | a4dd71771cf21375a36c6f323e31a9169b8e3339 /tests | |
parent | b885a0d196382b9ef64ce710be81869334621632 (diff) |
fix
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 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 |