From 77d52982c8b8e0a6366b361ee0d2fe8cf588b5d7 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 21 Sep 2014 12:52:53 +0530 Subject: [ticket/12962] Add facebook/webdriver dependency Create a new composer.json for tests dir and add facebook/webdriver dependency PHPBB3-12962 --- tests/test_framework/phpbb_ui_test_case.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_framework') 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 -- cgit v1.2.1