diff options
author | David King <imkingdavid@gmail.com> | 2012-08-20 21:22:29 -0400 |
---|---|---|
committer | David King <imkingdavid@gmail.com> | 2012-08-20 21:22:29 -0400 |
commit | efe9b1010ac7fc38dec0e5182c1902830685f5e3 (patch) | |
tree | e1a036f7fc09ebdf3fe3fb3eeb6ed0feaea15f3c | |
parent | 0ba755f1bdc6329be1e58f6392b67e125abfbff5 (diff) | |
download | forums-efe9b1010ac7fc38dec0e5182c1902830685f5e3.tar forums-efe9b1010ac7fc38dec0e5182c1902830685f5e3.tar.gz forums-efe9b1010ac7fc38dec0e5182c1902830685f5e3.tar.bz2 forums-efe9b1010ac7fc38dec0e5182c1902830685f5e3.tar.xz forums-efe9b1010ac7fc38dec0e5182c1902830685f5e3.zip |
[feature/add_events] Fix append_sid() test
PHPBB3-9550
-rw-r--r-- | tests/bootstrap.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 1017e0c72f..89268ddbab 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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'; |