mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[feature/add_events] Fix append_sid() test
PHPBB3-9550
This commit is contained in:
parent
0ba755f1bd
commit
efe9b1010a
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ $phpbb_class_loader_ext = new phpbb_class_loader('phpbb_ext_', $phpbb_root_path
|
|||
$phpbb_class_loader_ext->register();
|
||||
$phpbb_class_loader = new phpbb_class_loader('phpbb_', $phpbb_root_path . 'includes/', ".php");
|
||||
$phpbb_class_loader->register();
|
||||
$phpbb_dispatcher = new phpbb_event_dispatcher();
|
||||
|
||||
require_once 'test_framework/phpbb_test_case_helpers.php';
|
||||
require_once 'test_framework/phpbb_test_case.php';
|
||||
|
|
Loading…
Add table
Reference in a new issue