mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13154] Don't assign dispatcher to a variable. Just the obj param.
PHPBB3-13154
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user