diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2017-12-11 16:34:28 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2017-12-11 16:34:28 +0100 |
commit | effde616eb6c39fdef345277338dc81423c99747 (patch) | |
tree | 1e73af967fb86a84fed8a5a1e0bb4249948ac073 /apps | |
parent | c76c7a96fc31af6750bbd2614857abb5a67dc792 (diff) | |
download | nextcloud-server-effde616eb6c39fdef345277338dc81423c99747.tar.gz nextcloud-server-effde616eb6c39fdef345277338dc81423c99747.zip |
Fix tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/dav/tests/unit/CalDAV/Activity/BackendTest.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php index cec734b9a8f..3b4e0038b59 100644 --- a/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php +++ b/apps/dav/tests/unit/CalDAV/Activity/BackendTest.php @@ -170,6 +170,7 @@ class BackendTest extends TestCase { [Calendar::SUBJECT_PUBLISH, [ 'principaluri' => 'principal/user/admin', 'id' => 42, + 'uri' => 'this-uri', '{DAV:}displayname' => 'Name of calendar', ], ['shares'], [], '', 'admin', [], ['admin']], @@ -178,6 +179,7 @@ class BackendTest extends TestCase { [Calendar::SUBJECT_UNPUBLISH, [ 'principaluri' => 'principal/user/admin', 'id' => 42, + 'uri' => 'this-uri', '{DAV:}displayname' => 'Name of calendar', ], ['shares'], [], '', 'admin', [], ['admin']], ]; |