From 66945f95749adcb4670a82156edc376dc4aa5b93 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 30 Jul 2018 09:41:51 +0200 Subject: Allow to filter the unread count by verb Signed-off-by: Joas Schilling --- tests/lib/Comments/FakeManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/lib/Comments') diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php index e758a951e8b..9078226afb5 100644 --- a/tests/lib/Comments/FakeManager.php +++ b/tests/lib/Comments/FakeManager.php @@ -30,7 +30,7 @@ class FakeManager implements ICommentsManager { int $limit = 30 ): array { return []; } - public function getNumberOfCommentsForObject($objectType, $objectId, \DateTime $notOlderThan = null) {} + public function getNumberOfCommentsForObject($objectType, $objectId, \DateTime $notOlderThan = null, $verb = '') {} public function search(string $search, string $objectType, string $objectId, string $verb, int $offset, int $limit = 50): array { return []; -- cgit v1.2.3