mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[feature/system-cron] Fix duplicate instantiation of class loader in tests.
PHPBB3-9596
This commit is contained in:
parent
3a3a8bb96d
commit
311a7ff753
1 changed files with 0 additions and 5 deletions
|
@ -31,11 +31,6 @@ require_once $phpbb_root_path . 'includes/class_loader.' . $phpEx;
|
||||||
$class_loader = new phpbb_class_loader($phpbb_root_path, '.php');
|
$class_loader = new phpbb_class_loader($phpbb_root_path, '.php');
|
||||||
$class_loader->register();
|
$class_loader->register();
|
||||||
|
|
||||||
require $phpbb_root_path . 'includes/class_loader.php';
|
|
||||||
|
|
||||||
$class_loader = new phpbb_class_loader($phpbb_root_path, '.php');
|
|
||||||
$class_loader->register();
|
|
||||||
|
|
||||||
require_once 'test_framework/phpbb_test_case_helpers.php';
|
require_once 'test_framework/phpbb_test_case_helpers.php';
|
||||||
require_once 'test_framework/phpbb_test_case.php';
|
require_once 'test_framework/phpbb_test_case.php';
|
||||||
require_once 'test_framework/phpbb_database_test_case.php';
|
require_once 'test_framework/phpbb_database_test_case.php';
|
||||||
|
|
Loading…
Add table
Reference in a new issue