Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup

Cleanup the fileproxy proxies on test bootstrap
This commit is contained in:
Vincent Petry 2014-03-28 11:33:57 +01:00
commit ef2c176eef
1 changed files with 1 additions and 0 deletions

View File

@ -16,3 +16,4 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
OC_Hook::clear(); OC_Hook::clear();
OC_Log::$enabled = false; OC_Log::$enabled = false;
OC_FileProxy::clearProxies();