mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/13782] Rename null log to dummy for PHP7 compatibility
PHPBB3-13782
This commit is contained in:
@@ -50,7 +50,7 @@ class phpbb_notification_group_request_test extends phpbb_tests_notification_bas
|
||||
$this->cache->get_driver()
|
||||
));
|
||||
$phpbb_dispatcher = new phpbb_mock_event_dispatcher;
|
||||
$phpbb_log = new \phpbb\log\null();
|
||||
$phpbb_log = new \phpbb\log\dummy();
|
||||
$this->get_test_case_helpers()->set_s9e_services();
|
||||
|
||||
// Now on to the actual test
|
||||
|
Reference in New Issue
Block a user