diff options
author | Robin Appelman <icewind@owncloud.com> | 2013-04-25 16:56:48 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2013-04-25 16:56:48 +0200 |
commit | cea56df59ec4530d78e66fd341738d77e0ab1745 (patch) | |
tree | 301bf95c3a7c7417091e61d1efb2afdd49e15ed6 /lib | |
parent | 31d7f4df2a8870c288ed73a3a6c501d4b15365ea (diff) | |
download | nextcloud-server-cea56df59ec4530d78e66fd341738d77e0ab1745.tar.gz nextcloud-server-cea56df59ec4530d78e66fd341738d77e0ab1745.zip |
Have the filecache updater testcase clean the filesystem properly
Diffstat (limited to 'lib')
-rw-r--r-- | lib/files/filesystem.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index c0e9d215fb5..edd37d7b468 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -311,6 +311,7 @@ class Filesystem { */ static public function tearDown() { self::clearMounts(); + self::$defaultInstance = null; } /** |