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:
@@ -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
|
||||
|
Reference in New Issue
Block a user