summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-01-23 14:55:38 +0100
committerVincent Petry <pvince81@owncloud.com>2015-01-23 14:55:38 +0100
commit2e8c70327a7d3780ee5887b172159dc0f4c76c44 (patch)
tree758e41fc4649dd7117d7bafa9f57e268a0351987 /apps/files_trashbin
parent91f3952ac1de6397057cc458f946617e90b69a18 (diff)
downloadnextcloud-server-2e8c70327a7d3780ee5887b172159dc0f4c76c44.tar.gz
nextcloud-server-2e8c70327a7d3780ee5887b172159dc0f4c76c44.zip
Remove storage wrapper for oc_trashbin in unit test
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/tests/trashbin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/tests/trashbin.php b/apps/files_trashbin/tests/trashbin.php
index f572e22623e..17e38015868 100644
--- a/apps/files_trashbin/tests/trashbin.php
+++ b/apps/files_trashbin/tests/trashbin.php
@@ -88,6 +88,8 @@ class Test_Trashbin extends \Test\TestCase {
\OC_Hook::clear();
+ \OC\Files\Filesystem::getLoader()->removeStorageWrapper('oc_trashbin');
+
parent::tearDownAfterClass();
}