mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/17010] Add logging to webpush notifications
PHPBB3-17010
This commit is contained in:
@@ -106,6 +106,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
|
||||
$phpbb_container->set('auth', $auth);
|
||||
$phpbb_container->set('cache.driver', $cache_driver);
|
||||
$phpbb_container->set('cache', $cache);
|
||||
$phpbb_container->set('log', new \phpbb\log\dummy());
|
||||
$phpbb_container->set('text_formatter.utils', new \phpbb\textformatter\s9e\utils());
|
||||
$phpbb_container->set(
|
||||
'text_formatter.s9e.mention_helper',
|
||||
|
Reference in New Issue
Block a user