diff options
author | brunoais <brunoaiss@gmail.com> | 2014-12-18 14:54:35 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2014-12-18 14:56:58 +0000 |
commit | dd6efdad595f5a2ee107b0f2de0ce888e94e3293 (patch) | |
tree | ba9d017386b21397e1217ca1beaed8146611c430 /tests/notification | |
parent | [ticket/13154] Forgot the $this-> (diff) | |
download | phpbb-dd6efdad595f5a2ee107b0f2de0ce888e94e3293.tar.gz phpbb-dd6efdad595f5a2ee107b0f2de0ce888e94e3293.tar.bz2 phpbb-dd6efdad595f5a2ee107b0f2de0ce888e94e3293.zip |
[ticket/13154] Fix submit_post_test() test group
PHPBB3-13154
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/submit_post_base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php index 684dd99280..2d636e9d93 100644 --- a/tests/notification/submit_post_base.php +++ b/tests/notification/submit_post_base.php @@ -122,7 +122,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c // Notification Manager $phpbb_notifications = new \phpbb\notification\manager($notification_types_array, array(), - $phpbb_container, $user_loader, $config, $db, $cache, $user, + $phpbb_container, $user_loader, $config, $phpbb_dispatcher, $db, $cache, $user, $phpbb_root_path, $phpEx, NOTIFICATION_TYPES_TABLE, NOTIFICATIONS_TABLE, USER_NOTIFICATIONS_TABLE); $phpbb_container->set('notification_manager', $phpbb_notifications); |