1
0
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:
brunoais 2015-01-10 17:06:51 +00:00
parent 0929267e72
commit 2b76d7dc7c

View File

@ -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();