aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_framework
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2014-09-21 12:52:53 +0530
committerDhruv <dhruv.goel92@gmail.com>2014-09-21 14:24:29 +0530
commit77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7 (patch)
tree3cb28d1618f3158f50ee1cc6bf488b48ecf795be /tests/test_framework
parenta1dff65cd1872fd239c0e78949a5924ee6784a34 (diff)
downloadforums-77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7.tar
forums-77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7.tar.gz
forums-77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7.tar.bz2
forums-77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7.tar.xz
forums-77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7.zip
[ticket/12962] Add facebook/webdriver dependency
Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962
Diffstat (limited to 'tests/test_framework')
-rw-r--r--tests/test_framework/phpbb_ui_test_case.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_framework/phpbb_ui_test_case.php b/tests/test_framework/phpbb_ui_test_case.php
index 451aad7e60..702b15d50a 100644
--- a/tests/test_framework/phpbb_ui_test_case.php
+++ b/tests/test_framework/phpbb_ui_test_case.php
@@ -10,7 +10,7 @@
* the docs/CREDITS.txt file.
*
*/
-require_once __DIR__ . '/../../phpBB/vendor/facebook/webdriver/lib/__init__.php';
+require_once __DIR__ . '/../vendor/facebook/webdriver/lib/__init__.php';
require_once __DIR__ . '/../../phpBB/includes/functions_install.php';
class phpbb_ui_test_case extends phpbb_test_case