Browse Source

Fix unit test

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3892/head
Joas Schilling 9 years ago
parent
commit
2f16f3ba44
No known key found for this signature in database GPG Key ID: E166FD8976B3BAC8
  1. 3
      tests/lib/Files/ViewTest.php

3
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');

Loading…
Cancel
Save