]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove storage wrapper for oc_trashbin in unit test
authorVincent Petry <pvince81@owncloud.com>
Fri, 23 Jan 2015 13:55:38 +0000 (14:55 +0100)
committerVincent Petry <pvince81@owncloud.com>
Fri, 23 Jan 2015 13:55:38 +0000 (14:55 +0100)
apps/files_trashbin/tests/trashbin.php

index f572e22623e0bbd25e40d625668729cc001ae979..17e38015868207c6a85c0dbae635325bfeb15e3e 100644 (file)
@@ -88,6 +88,8 @@ class Test_Trashbin extends \Test\TestCase {
 
                \OC_Hook::clear();
 
+               \OC\Files\Filesystem::getLoader()->removeStorageWrapper('oc_trashbin');
+
                parent::tearDownAfterClass();
        }