aboutsummaryrefslogtreecommitdiffstats
path: root/tests/notification/base.php
diff options
context:
space:
mode:
authorbrunoais <brunoaiss@gmail.com>2015-01-10 17:06:51 +0000
committerbrunoais <brunoaiss@gmail.com>2015-01-10 17:06:51 +0000
commit2b76d7dc7c21d927398fdb5abe7b60875badc6ce (patch)
treee1feff36edc9e556d696acfbf6e1223acd9d9bc3 /tests/notification/base.php
parent0929267e722c9aa3019a46509950ce3b74ba9c83 (diff)
downloadforums-2b76d7dc7c21d927398fdb5abe7b60875badc6ce.tar
forums-2b76d7dc7c21d927398fdb5abe7b60875badc6ce.tar.gz
forums-2b76d7dc7c21d927398fdb5abe7b60875badc6ce.tar.bz2
forums-2b76d7dc7c21d927398fdb5abe7b60875badc6ce.tar.xz
forums-2b76d7dc7c21d927398fdb5abe7b60875badc6ce.zip
[ticket/13154] Don't assign dispatcher to a variable. Just the obj param.
PHPBB3-13154
Diffstat (limited to 'tests/notification/base.php')
-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();