Remove storage wrapper for oc_trashbin in unit test

This commit is contained in:
Vincent Petry 2015-01-23 14:55:38 +01:00
parent 91f3952ac1
commit 2e8c70327a
1 changed files with 2 additions and 0 deletions

View File

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