aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/base.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-13 23:31:28 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-13 23:31:28 +0100
commite3e16a0166eafc9f273d3eabc61a8bd711610787 (patch)
tree4314703cb7c2091a39d3f8f04d58f82afaa7c872 /tests/notification/base.php
parent2a08c60a6217556769cc1eb63b2335daf43f901f (diff)
parent2b76d7dc7c21d927398fdb5abe7b60875badc6ce (diff)
downloadforums-e3e16a0166eafc9f273d3eabc61a8bd711610787.tar
forums-e3e16a0166eafc9f273d3eabc61a8bd711610787.tar.gz
forums-e3e16a0166eafc9f273d3eabc61a8bd711610787.tar.bz2
forums-e3e16a0166eafc9f273d3eabc61a8bd711610787.tar.xz
forums-e3e16a0166eafc9f273d3eabc61a8bd711610787.zip
Merge pull request #3234 from brunoais/ticket/13154
[ticket/13154] Event to edit user list for notification in notifications
Diffstat (limited to 'tests/notification/base.php')
-rw-r--r--tests/notification/base.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/notification/base.php b/tests/notification/base.php
index c97b7c24e2..162feae557 100644
--- a/tests/notification/base.php
+++ b/tests/notification/base.php
@@ -66,6 +66,8 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
$phpbb_root_path,
$phpEx
);
+
+ $this->phpbb_dispatcher = new phpbb_mock_event_dispatcher();
$phpbb_container = $this->container = new phpbb_mock_container_builder();
@@ -75,6 +77,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
$this->container,
$this->user_loader,
$this->config,
+ $this->phpbb_dispatcher,
$this->db,
$this->cache,
$this->user,