Browse Source
Fix unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3892/head
Joas Schilling
9 years ago
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
1 changed files with
1 additions and
2 deletions
-
tests/lib/Files/ViewTest.php
|
|
@ -524,8 +524,7 @@ class ViewTest extends \Test\TestCase { |
|
|
|
*/ |
|
|
|
public function testRmdir($method) { |
|
|
|
$storage1 = $this->getTestStorage(); |
|
|
|
$storage2 = $this->getTestStorage(); |
|
|
|
Filesystem::mount($storage1, [], '/'); |
|
|
|
\OC\Files\Filesystem::mount($storage1, [], '/'); |
|
|
|
|
|
|
|
$rootView = new View(''); |
|
|
|
$rootView->mkdir('sub'); |
|
|
|