1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/17010] Add webpush to container definition

PHPBB3-17010
This commit is contained in:
Marc Alexander
2022-08-17 22:29:23 +02:00
parent 07d3376612
commit 5c51f2ef7f
5 changed files with 16 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
$phpbb_container->setParameter('tables.user_notifications', 'phpbb_user_notifications');
$phpbb_container->setParameter('tables.notification_types', 'phpbb_notification_types');
$phpbb_container->setParameter('tables.notification_emails', 'phpbb_notification_emails');
$phpbb_container->setParameter('tables.notification_push', 'phpbb_notification_push');
$this->notifications = new phpbb_notification_manager_helper(
array(),