Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2022-01-05 11:53:33 +01:00
parent 2166cfde9e
commit 03abaaaee5
No known key found for this signature in database
GPG key ID: 7076EA9751AACDDA

View file

@ -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;
}