summaryrefslogtreecommitdiffstats
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-03-28 11:33:57 +0100
committerVincent Petry <pvince81@owncloud.com>2014-03-28 11:33:57 +0100
commitef2c176eef2d2ba242400fe35a013122453bc0c5 (patch)
tree1c298f266dba92f86f8ae065a6fdbbc59c1cf685 /tests/bootstrap.php
parent0757f87dba371efcdba60f82cbf9faac34c6b0c2 (diff)
parentd798169037e666ab9b4165666193019d4dd18aaf (diff)
downloadnextcloud-server-ef2c176eef2d2ba242400fe35a013122453bc0c5.tar.gz
nextcloud-server-ef2c176eef2d2ba242400fe35a013122453bc0c5.zip
Merge pull request #7678 from owncloud/test-bootstrap-fileproxy-cleanup
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 70de7cd1c44..99374d68a5c 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -16,3 +16,4 @@ if (!class_exists('PHPUnit_Framework_TestCase')) {
OC_Hook::clear();
OC_Log::$enabled = false;
+OC_FileProxy::clearProxies();