Also fix the dav test

This commit is contained in:
Joas Schilling 2016-07-01 15:45:58 +02:00
parent 8ab26381a4
commit 497c3fbfd7
No known key found for this signature in database
GPG key ID: 70A0B324C41C0946

View file

@ -48,6 +48,8 @@ class File extends \Test\TestCase {
parent::setUp();
\OC_Hook::clear();
$storageFactory = \OC\Files\Filesystem::getLoader();
$this->invokePrivate($storageFactory, 'storageWrappers', [[]]);
$this->user = $this->getUniqueID('user_');
$userManager = \OC::$server->getUserManager();