From cb937841269017d13058208378e4c9ad79718c6e Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sat, 13 Oct 2012 20:02:38 -0500 Subject: [ticket/11103] UCP Notification List PHPBB3-11103 --- tests/notification/notification.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/notification') 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, ))); -- cgit v1.2.1