Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps/dav
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-01-21 17:08:12 +0300
committerGitHub <noreply@github.com>2022-01-21 17:08:12 +0300
commitfccb98c8b654e4cdde33e0128a29de47d3f21f4d (patch)
tree0c3e8b46ccf5d376a565ab3debab162eff1ade33 /apps/dav
parent17025d6f814f1b7db6077df21d1740282766cf92 (diff)
parent1a1bdd9bc4e90153ef87381b908e0289ca74bc53 (diff)
Merge pull request #30379 from nextcloud/feature/add-comments-reactions
Add comments reactions
Diffstat (limited to 'apps/dav')
-rw-r--r--apps/dav/tests/unit/Comments/CommentsNodeTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/Comments/CommentsNodeTest.php b/apps/dav/tests/unit/Comments/CommentsNodeTest.php
index 1738e1b53f9..f085ace9d89 100644
--- a/apps/dav/tests/unit/Comments/CommentsNodeTest.php
+++ b/apps/dav/tests/unit/Comments/CommentsNodeTest.php
@@ -404,6 +404,7 @@ class CommentsNodeTest extends \Test\TestCase {
$ns . 'objectId' => '1848',
$ns . 'referenceId' => 'ref',
$ns . 'isUnread' => null,
+ $ns . 'reactions' => [],
];
$this->commentsManager->expects($this->exactly(2))