diff options
Diffstat (limited to 'apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php')
-rw-r--r-- | apps/dav/tests/unit/Connector/Sabre/CustomPropertiesBackendTest.php | 1 |
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 |