1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

[ticket/12962] Add facebook/webdriver dependency

Create a new composer.json for tests dir and add
facebook/webdriver dependency

PHPBB3-12962
This commit is contained in:
Dhruv
2014-09-21 12:52:53 +05:30
parent a1dff65cd1
commit 77d52982c8
4 changed files with 92 additions and 1 deletions

View File

@@ -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