Skip to content
Snippets Groups Projects
Commit 9b7f02f2 authored by Florin Peter's avatar Florin Peter
Browse files

removed FileProxy from test

parent 751487de
Branches
No related tags found
No related merge requests found
......@@ -32,10 +32,11 @@ class Test_Cache_File 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());
}
//if(OC_App::isEnabled('files_encryption')) {
// OC_FileProxy::register(new OC_FileProxy_Encryption());
//}
//set up temporary storage
\OC\Files\Filesystem::clearMounts();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment