Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2014-03-12 00:01:16 +0400
committerBart Visscher <bartv@thisnet.nl>2014-03-12 00:03:29 +0400
commitd798169037e666ab9b4165666193019d4dd18aaf (patch)
tree25618462c69004d64dc642799c4d1798bb5dce4b /tests/bootstrap.php
parent364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff)
Cleanup the fileproxy proxies on test bootstrap
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
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();