diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-30 16:05:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-11-06 15:26:51 +0100 |
commit | d8e965e59ad139c3f07f300344c7ab415cfbc901 (patch) | |
tree | 4f6021f5086a50a72a4df45091cae0f7811554e1 /apps/dav/tests/unit/connector/sabre/principal.php | |
parent | 82f8374f63967d3f3d0000b9819a794f0183f889 (diff) | |
download | nextcloud-server-d8e965e59ad139c3f07f300344c7ab415cfbc901.tar.gz nextcloud-server-d8e965e59ad139c3f07f300344c7ab415cfbc901.zip |
Introducing CardDAV into core
Diffstat (limited to 'apps/dav/tests/unit/connector/sabre/principal.php')
-rw-r--r-- | apps/dav/tests/unit/connector/sabre/principal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/tests/unit/connector/sabre/principal.php b/apps/dav/tests/unit/connector/sabre/principal.php index 3c0abeac3f1..2fbab124fb7 100644 --- a/apps/dav/tests/unit/connector/sabre/principal.php +++ b/apps/dav/tests/unit/connector/sabre/principal.php @@ -8,7 +8,7 @@ * See the COPYING-README file. */ -namespace Test\Connector\Sabre; +namespace OCA\DAV\Tests\Unit\Connector\Sabre; use \Sabre\DAV\PropPatch; use OCP\IUserManager; |