summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/connector/sabre/file.php
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-30 16:05:25 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-06 15:26:51 +0100
commitd8e965e59ad139c3f07f300344c7ab415cfbc901 (patch)
tree4f6021f5086a50a72a4df45091cae0f7811554e1 /apps/dav/tests/unit/connector/sabre/file.php
parent82f8374f63967d3f3d0000b9819a794f0183f889 (diff)
downloadnextcloud-server-d8e965e59ad139c3f07f300344c7ab415cfbc901.tar.gz
nextcloud-server-d8e965e59ad139c3f07f300344c7ab415cfbc901.zip
Introducing CardDAV into core
Diffstat (limited to 'apps/dav/tests/unit/connector/sabre/file.php')
-rw-r--r--apps/dav/tests/unit/connector/sabre/file.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/file.php b/apps/dav/tests/unit/connector/sabre/file.php
index d874b7f33c2..94dadf88fe4 100644
--- a/apps/dav/tests/unit/connector/sabre/file.php
+++ b/apps/dav/tests/unit/connector/sabre/file.php
@@ -6,7 +6,7 @@
* See the COPYING-README file.
*/
-namespace Test\Connector\Sabre;
+namespace OCA\DAV\Tests\Unit\Connector\Sabre;
use OC\Files\Storage\Local;
use Test\HookHelper;