diff options
author | Bart Visscher <bartv@thisnet.nl> | 2014-03-11 21:01:16 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2014-03-11 21:03:29 +0100 |
commit | d798169037e666ab9b4165666193019d4dd18aaf (patch) | |
tree | 25618462c69004d64dc642799c4d1798bb5dce4b /tests/bootstrap.php | |
parent | 364e1f852fe8640d7d6fa149f784a0d2d1de0a57 (diff) | |
download | nextcloud-server-d798169037e666ab9b4165666193019d4dd18aaf.tar.gz nextcloud-server-d798169037e666ab9b4165666193019d4dd18aaf.zip |
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 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(); |