diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-13 20:02:38 -0500 |
commit | cb937841269017d13058208378e4c9ad79718c6e (patch) | |
tree | a06976422960e53a5e5f76a95583780349ce57f1 /tests/notification | |
parent | 441e389123e4701c7166765cca617f3bc305e0ba (diff) | |
download | forums-cb937841269017d13058208378e4c9ad79718c6e.tar forums-cb937841269017d13058208378e4c9ad79718c6e.tar.gz forums-cb937841269017d13058208378e4c9ad79718c6e.tar.bz2 forums-cb937841269017d13058208378e4c9ad79718c6e.tar.xz forums-cb937841269017d13058208378e4c9ad79718c6e.zip |
[ticket/11103] UCP Notification List
PHPBB3-11103
Diffstat (limited to 'tests/notification')
-rw-r--r-- | tests/notification/notification.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/notification/notification.php b/tests/notification/notification.php index 6fba973ead..13fc99bed3 100644 --- a/tests/notification/notification.php +++ b/tests/notification/notification.php @@ -272,6 +272,7 @@ class phpbb_notification_test extends phpbb_database_test_case $this->assertEquals(array( 'notifications' => array(), 'unread_count' => 0, + 'total_count' => 0, ), $this->notifications->load_notifications(array( 'count_unread' => true, ))); |