1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-09 10:16:36 +02:00

[ticket/12962] Add quick-links JS test

PHPBB3-12962
This commit is contained in:
Dhruv
2014-08-10 00:44:00 +02:00
parent 77f8bb48fe
commit f21ef60175
3 changed files with 64 additions and 38 deletions

View File

@@ -10,9 +10,7 @@
* the docs/CREDITS.txt file.
*
*/
require_once __DIR__ . '/../../phpBB/vendor/facebook/webdriver/lib/__init__.php';
require_once __DIR__ . '/phpbb_test_case_helpers.php';
require_once __DIR__ . '/../../phpBB/vendor/facebook/webdriver/lib/__init__.php';
require_once __DIR__ . '/../../phpBB/includes/functions_install.php';
class phpbb_ui_test_case extends phpbb_test_case