mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
[ticket/13154] Fix submit_post_test() test group
PHPBB3-13154
This commit is contained in:
parent
13320a08ef
commit
dd6efdad59
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c
|
||||||
|
|
||||||
// Notification Manager
|
// Notification Manager
|
||||||
$phpbb_notifications = new \phpbb\notification\manager($notification_types_array, array(),
|
$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,
|
$phpbb_root_path, $phpEx,
|
||||||
NOTIFICATION_TYPES_TABLE, NOTIFICATIONS_TABLE, USER_NOTIFICATIONS_TABLE);
|
NOTIFICATION_TYPES_TABLE, NOTIFICATIONS_TABLE, USER_NOTIFICATIONS_TABLE);
|
||||||
$phpbb_container->set('notification_manager', $phpbb_notifications);
|
$phpbb_container->set('notification_manager', $phpbb_notifications);
|
||||||
|
|
Loading…
Add table
Reference in a new issue