diff options
Diffstat (limited to 'tests/lib/files/storage/local.php')
-rw-r--r-- | tests/lib/files/storage/local.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/files/storage/local.php b/tests/lib/files/storage/local.php index 6672368e676..1aad138aa33 100644 --- a/tests/lib/files/storage/local.php +++ b/tests/lib/files/storage/local.php @@ -36,3 +36,4 @@ class Local extends Storage { \OC_Helper::rmdirr($this->tmpDir); } } + |