1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/14754] Add test for email notifications

PHPBB3-14754
This commit is contained in:
Marc Alexander
2020-03-15 11:51:53 +01:00
parent 82240cb661
commit 5aa4aae0f5
3 changed files with 449 additions and 1 deletions

View File

@@ -19,7 +19,9 @@ require_once dirname(__FILE__) . '/manager_helper.php';
abstract class phpbb_tests_notification_base extends phpbb_database_test_case
{
protected $notifications, $db, $container, $user, $config, $auth, $cache;
/** @var phpbb_notification_manager_helper */
protected $notifications;
protected $db, $container, $user, $config, $auth, $cache;
protected function get_notification_types()
{