mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
Also fix the dav test
This commit is contained in:
parent
8ab26381a4
commit
497c3fbfd7
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue