mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-19 23:32:02 +02:00
[ticket/13154] Don't assign dispatcher to a variable. Just the obj param.
PHPBB3-13154
This commit is contained in:
parent
0929267e72
commit
2b76d7dc7c
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user