From d798169037e666ab9b4165666193019d4dd18aaf Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Tue, 11 Mar 2014 21:01:16 +0100 Subject: [PATCH] Cleanup the fileproxy proxies on test bootstrap --- tests/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 581cfcff9f3..88f5de4b584 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -11,3 +11,4 @@ if(!class_exists('PHPUnit_Framework_TestCase')) { OC_Hook::clear(); OC_Log::$enabled = false; +OC_FileProxy::clearProxies();