We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7907ae commit d642b73Copy full SHA for d642b73
1 file changed
tests/event/listener_test.php
@@ -125,6 +125,7 @@ public function test_getSubscribedEvents()
125
'core.ucp_display_module_before',
126
'core.acp_main_notice',
127
'core.page_header_after',
128
+ 'core.user_add_modify_notifications_data',
129
], array_keys(\phpbb\webpushnotifications\event\listener::getSubscribedEvents()));
130
}
131
0 commit comments