diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-03-28 11:33:57 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-03-28 11:33:57 +0100 |
commit | ef2c176eef2d2ba242400fe35a013122453bc0c5 (patch) | |
tree | 1c298f266dba92f86f8ae065a6fdbbc59c1cf685 /tests/bootstrap.php | |
parent | 0757f87dba371efcdba60f82cbf9faac34c6b0c2 (diff) | |
parent | d798169037e666ab9b4165666193019d4dd18aaf (diff) | |
download | nextcloud-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.php | 1 |
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(); |