diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-07 21:29:03 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-07 21:32:31 +0200 |
commit | c99584ec7b6b32439b4af9486cddd38bf30b64d4 (patch) | |
tree | 03d4327c1b1fd2e081fc9a23a45606fc2eda25c3 /tests/notification/submit_post_base.php | |
parent | 708db0f05c3d2277df005f295a229d3b2785d95f (diff) | |
download | forums-c99584ec7b6b32439b4af9486cddd38bf30b64d4.tar forums-c99584ec7b6b32439b4af9486cddd38bf30b64d4.tar.gz forums-c99584ec7b6b32439b4af9486cddd38bf30b64d4.tar.bz2 forums-c99584ec7b6b32439b4af9486cddd38bf30b64d4.tar.xz forums-c99584ec7b6b32439b4af9486cddd38bf30b64d4.zip |
[ticket/12370] Add unit tests for topic notifications
PHPBB3-12370
Diffstat (limited to 'tests/notification/submit_post_base.php')
-rw-r--r-- | tests/notification/submit_post_base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/notification/submit_post_base.php b/tests/notification/submit_post_base.php index 10d676c687..fbfd034381 100644 --- a/tests/notification/submit_post_base.php +++ b/tests/notification/submit_post_base.php @@ -101,7 +101,7 @@ abstract class phpbb_notification_submit_post_base extends phpbb_database_test_c $user_loader = new \phpbb\user_loader($db, $phpbb_root_path, $phpEx, USERS_TABLE); // Notification Types - $notification_types = array('quote', 'bookmark', 'post', 'post_in_queue', 'topic', 'approve_topic', 'approve_post'); + $notification_types = array('quote', 'bookmark', 'post', 'post_in_queue', 'topic', 'topic_in_queue', 'approve_topic', 'approve_post'); $notification_types_array = array(); foreach ($notification_types as $type) { |