diff options
Diffstat (limited to 'tests/lib/cache/usercache.php')
-rw-r--r-- | tests/lib/cache/usercache.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/lib/cache/usercache.php b/tests/lib/cache/usercache.php index 3822a714d5a..63667a3d34e 100644 --- a/tests/lib/cache/usercache.php +++ b/tests/lib/cache/usercache.php @@ -37,12 +37,6 @@ class UserCache extends \Test_Cache { \OC_FileProxy::clearProxies(); \OC_Hook::clear('OC_Filesystem'); - //disabled atm - //enable only the encryption hook if needed - //if(OC_App::isEnabled('files_encryption')) { - // OC_FileProxy::register(new OC_FileProxy_Encryption()); - //} - //set up temporary storage $this->storage = \OC\Files\Filesystem::getStorage('/'); \OC\Files\Filesystem::clearMounts(); |