]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix fake manager
authorJoas Schilling <coding@schilljs.com>
Fri, 21 Jan 2022 13:02:34 +0000 (14:02 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 21 Jan 2022 13:02:34 +0000 (14:02 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/lib/Comments/FakeManager.php

index 4904fd155017ebe1367471133f8191749862144c..fbd13bd5193164b3e54639c957d9d74cdcaf89b1 100644 (file)
@@ -36,6 +36,18 @@ class FakeManager implements ICommentsManager {
                return [];
        }
 
+       public function getCommentsWithVerbForObjectSinceComment(
+               string $objectType,
+               string $objectId,
+               array $verbs,
+               int $lastKnownCommentId,
+               string $sortDirection = 'asc',
+               int $limit = 30,
+               bool $includeLastKnown = false
+       ): array {
+               return [];
+       }
+
        public function getNumberOfCommentsForObject($objectType, $objectId, \DateTime $notOlderThan = null, $verb = '') {
        }