1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/13713] Introduce tests for user notifications

PHPBB3-13713
This commit is contained in:
lavigor
2018-07-29 04:13:37 +03:00
committed by Marc Alexander
parent 99d57e2743
commit 0fd78c5c87
5 changed files with 262 additions and 0 deletions

View File

@@ -74,6 +74,7 @@ abstract class phpbb_tests_notification_base extends phpbb_database_test_case
'allow_topic_notify' => true,
'allow_forum_notify' => true,
'allow_board_notifications' => true,
'allow_mentions' => true,
));
$lang_loader = new \phpbb\language\language_file_loader($phpbb_root_path, $phpEx);
$lang = new \phpbb\language\language($lang_loader);