aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests/TestCase.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/federatedfilesharing/tests/TestCase.php')
-rw-r--r--apps/federatedfilesharing/tests/TestCase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/tests/TestCase.php b/apps/federatedfilesharing/tests/TestCase.php
index 9564cb7ec09..a53025c5a62 100644
--- a/apps/federatedfilesharing/tests/TestCase.php
+++ b/apps/federatedfilesharing/tests/TestCase.php
@@ -90,7 +90,7 @@ abstract class TestCase extends \Test\TestCase {
\OC_Util::tearDownFS();
\OC::$server->getUserSession()->setUser(null);
- \OC\Files\Filesystem::tearDown();
+ Filesystem::tearDown();
\OC::$server->getUserSession()->login($user, $password);
\OC::$server->getUserFolder($user);