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

Move webdav class to core master
This commit is contained in:
Thomas Müller 2014-06-27 12:59:59 +02:00
commit 4d6019b73f
3 changed files with 0 additions and 3 deletions

View File

@ -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\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\Google'] = 'files_external/lib/google.php';
OC::$CLASSPATH['OC\Files\Storage\Swift'] = 'files_external/lib/swift.php';

View File

@ -22,8 +22,6 @@
require_once __DIR__ . '/base.php';
require_once __DIR__ . '/../../files_external/lib/webdav.php';
/**
* Tests for the external Storage class for remote shares.
*/