summaryrefslogtreecommitdiffstats
path: root/apps/dav/tests/unit
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2017-03-27 19:15:51 +0200
committerGeorg Ehrke <developer@georgehrke.com>2017-03-27 19:15:51 +0200
commit242bb746b9e93efb52b058f75f9e368d70e3a568 (patch)
treeef238e098c35bf62b7a8cfd5884f484bff05c9bc /apps/dav/tests/unit
parentb887adf386063a8264fbb11d2d4380528e380d01 (diff)
downloadnextcloud-server-242bb746b9e93efb52b058f75f9e368d70e3a568.tar.gz
nextcloud-server-242bb746b9e93efb52b058f75f9e368d70e3a568.zip
OCA\DAV\Files\CustomPropertiesBackend -> OCA\DAV\DAV\CustomPropertiesBackend
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'apps/dav/tests/unit')
-rw-r--r--apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php (renamed from apps/dav/tests/unit/Files/CustomPropertiesBackendTest.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dav/tests/unit/Files/CustomPropertiesBackendTest.php b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
index 4f3e22aea6f..780324abaa6 100644
--- a/apps/dav/tests/unit/Files/CustomPropertiesBackendTest.php
+++ b/apps/dav/tests/unit/DAV/CustomPropertiesBackendTest.php
@@ -20,9 +20,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
-namespace OCA\DAV\Tests\Files;
+namespace OCA\DAV\Tests\DAV;
-use OCA\DAV\Files\CustomPropertiesBackend;
+use OCA\DAV\DAV\CustomPropertiesBackend;
use OCP\IDBConnection;
use OCP\IUser;
use Sabre\DAV\PropFind;