From 03abaaaee5759e7e01e414fcbab106c7983a6221 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 5 Jan 2022 11:53:33 +0100 Subject: Fix unit tests Signed-off-by: Joas Schilling --- tests/lib/Comments/FakeManager.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/lib/Comments/FakeManager.php b/tests/lib/Comments/FakeManager.php index 2434945762c..4904fd15501 100644 --- a/tests/lib/Comments/FakeManager.php +++ b/tests/lib/Comments/FakeManager.php @@ -101,6 +101,10 @@ class FakeManager implements ICommentsManager { return 0; } + public function getNumberOfCommentsWithVerbsForObjectSinceComment(string $objectType, string $objectId, int $lastRead, array $verbs): int { + return 0; + } + public function getLastCommentBeforeDate(string $objectType, string $objectId, \DateTime $beforeDate, string $verb = ''): int { return 0; } -- cgit v1.2.3