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
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-30 18:05:25 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-06 17:26:51 +0300
commitd8e965e59ad139c3f07f300344c7ab415cfbc901 (patch)
tree4f6021f5086a50a72a4df45091cae0f7811554e1 /apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php
parent82f8374f63967d3f3d0000b9819a794f0183f889 (diff)
Introducing CardDAV into core
Diffstat (limited to 'apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php')
-rw-r--r--apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php
index 973a5d4c27b..e1bcc996908 100644
--- a/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php
+++ b/apps/dav/tests/unit/connector/sabre/custompropertiesbackend.php
@@ -1,6 +1,6 @@
<?php
-namespace Tests\Connector\Sabre;
+namespace OCA\DAV\Tests\Unit\Connector\Sabre;
/**
* Copyright (c) 2015 Vincent Petry <pvince81@owncloud.com>
@@ -16,7 +16,7 @@ class CustomPropertiesBackend extends \Test\TestCase {
private $server;
/**
- * @var \Sabre\DAV\ObjectTree
+ * @var \Sabre\DAV\Tree
*/
private $tree;