summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2024-02-21 22:29:09 +0100
committerRichard Steinmetz <richard@steinmetz.cloud>2024-02-28 14:51:10 +0100
commit53ef6c5f712bf910c2c976e1a1b6eb142349b5c2 (patch)
tree52887c3bf3971a86ad15bdf4d7284b476a6e4fe0 /apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
parent7cc20468f13cddb433a35a58e048ce8c4ce43f1d (diff)
downloadnextcloud-server-53ef6c5f712bf910c2c976e1a1b6eb142349b5c2.tar.gz
nextcloud-server-53ef6c5f712bf910c2c976e1a1b6eb142349b5c2.zip
feat(dav): update a principal's schedule-default-calendar-URL
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Diffstat (limited to 'apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php')
-rw-r--r--apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
index 395c4a6a779..636fd0d2d8d 100644
--- a/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
+++ b/apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php
@@ -87,6 +87,7 @@ class CustomPropertiesBackendTest extends \Test\TestCase {
->willReturn($userId);
$this->plugin = new \OCA\DAV\DAV\CustomPropertiesBackend(
+ $this->server,
$this->tree,
\OC::$server->getDatabaseConnection(),
$this->user