Skip to content
Snippets Groups Projects
Commit 4d6019b7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #9247 from owncloud/move-webdav-class-to-core-master

Move webdav class to core master
parents 4b5bf606 ef4057d3
Branches
No related tags found
No related merge requests found
...@@ -10,7 +10,6 @@ $l = \OC_L10N::get('files_external'); ...@@ -10,7 +10,6 @@ $l = \OC_L10N::get('files_external');
OC::$CLASSPATH['OC\Files\Storage\StreamWrapper'] = 'files_external/lib/streamwrapper.php'; OC::$CLASSPATH['OC\Files\Storage\StreamWrapper'] = 'files_external/lib/streamwrapper.php';
OC::$CLASSPATH['OC\Files\Storage\FTP'] = 'files_external/lib/ftp.php'; OC::$CLASSPATH['OC\Files\Storage\FTP'] = 'files_external/lib/ftp.php';
OC::$CLASSPATH['OC\Files\Storage\DAV'] = 'files_external/lib/webdav.php';
OC::$CLASSPATH['OC\Files\Storage\OwnCloud'] = 'files_external/lib/owncloud.php'; OC::$CLASSPATH['OC\Files\Storage\OwnCloud'] = 'files_external/lib/owncloud.php';
OC::$CLASSPATH['OC\Files\Storage\Google'] = 'files_external/lib/google.php'; OC::$CLASSPATH['OC\Files\Storage\Google'] = 'files_external/lib/google.php';
OC::$CLASSPATH['OC\Files\Storage\Swift'] = 'files_external/lib/swift.php'; OC::$CLASSPATH['OC\Files\Storage\Swift'] = 'files_external/lib/swift.php';
......
...@@ -22,8 +22,6 @@ ...@@ -22,8 +22,6 @@
require_once __DIR__ . '/base.php'; require_once __DIR__ . '/base.php';
require_once __DIR__ . '/../../files_external/lib/webdav.php';
/** /**
* Tests for the external Storage class for remote shares. * Tests for the external Storage class for remote shares.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment