summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit/connector/sabre
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-10-16 21:28:55 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-10-16 21:28:55 +0200
commit6cd1126dd13ec4561144a0124bedd5394a7c8ff9 (patch)
treee275bc713cd34ef05097e54851b71769a0f90ff0 /apps/dav/tests/unit/connector/sabre
parent0f309c0977f190419b6f1bb04b4afbb189d82eea (diff)
parent8a036842aa74620d9cf5f19b2c4054089d44a936 (diff)
downloadnextcloud-server-6cd1126dd13ec4561144a0124bedd5394a7c8ff9.tar.gz
nextcloud-server-6cd1126dd13ec4561144a0124bedd5394a7c8ff9.zip
Merge pull request #19843 from owncloud/an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-mandatory
an-app-is-identified-by-having-a-info.xml-app.php-should-not-be-manda…
Diffstat (limited to 'apps/dav/tests/unit/connector/sabre')
-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 6685ddac913..9ca8c994a04 100644
--- a/apps/dav/tests/unit/connector/sabre/file.php
+++ b/apps/dav/tests/unit/connector/sabre/file.php
@@ -822,7 +822,7 @@ class File extends \Test\TestCase {
'permissions' => \OCP\Constants::PERMISSION_ALL
), null);
- $file = new \OC\Connector\Sabre\File($view, $info);
+ $file = new \OCA\DAV\Connector\Sabre\File($view, $info);
$file->get();
}