aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification
diff options
context:
space:
mode:
Diffstat (limited to 'tests/notification')
-rw-r--r--tests/notification/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/base.php b/tests/notification/base.php
index ee8c8e0f3b..162feae557 100644
--- a/tests/notification/base.php
+++ b/tests/notification/base.php
@@ -67,7 +67,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
$phpEx
);
- $phpbb_dispatcher = $this->phpbb_dispatcher = new phpbb_mock_event_dispatcher();
+ $this->phpbb_dispatcher = new phpbb_mock_event_dispatcher();
$phpbb_container = $this->container = new phpbb_mock_container_builder();