1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/16544] Fix notifications tests

PHPBB3-16544
This commit is contained in:
rxu
2020-07-01 21:12:35 +07:00
parent aa76f6b9f2
commit 02f54ef219
8 changed files with 545 additions and 9 deletions

View File

@@ -72,6 +72,7 @@ class phpbb_notification_test extends phpbb_tests_notification_base
public function test_subscriptions()
{
$expected_subscriptions = array(
'notification.type.forum' => array('notification.method.board'),
'notification.type.post' => array('notification.method.board'),
'notification.type.topic' => array('notification.method.board'),
'notification.type.quote' => array('notification.method.board'),