aboutsummaryrefslogtreecommitdiffstats
path: root/tests/mock/notification_manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mock/notification_manager.php')
-rw-r--r--tests/mock/notification_manager.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/mock/notification_manager.php b/tests/mock/notification_manager.php
index 6a590bc0ca..952c0db489 100644
--- a/tests/mock/notification_manager.php
+++ b/tests/mock/notification_manager.php
@@ -32,19 +32,18 @@ class phpbb_mock_notification_manager
);
}
- public function mark_notifications_read()
+ public function mark_notifications()
{
}
- public function mark_notifications_read_by_parent()
+ public function mark_notifications_by_parent()
{
}
- public function mark_notifications_read_by_id()
+ public function mark_notifications_by_id()
{
}
-
public function add_notifications()
{
return array();