Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup
Cleanup the fileproxy proxies on test bootstrap
This commit is contained in:
commit
ef2c176eef
|
@ -16,3 +16,4 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
|
|||
|
||||
OC_Hook::clear();
|
||||
OC_Log::$enabled = false;
|
||||
OC_FileProxy::clearProxies();
|
||||
|
|
Loading…
Reference in New Issue