diff options
Diffstat (limited to 'tests/lib/files')
-rw-r--r-- | tests/lib/files/storage/commontest.php | 2 | ||||
-rw-r--r-- | tests/lib/files/storage/local.php | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/lib/files/storage/commontest.php b/tests/lib/files/storage/commontest.php index 2e3808e2d92..744d4608420 100644 --- a/tests/lib/files/storage/commontest.php +++ b/tests/lib/files/storage/commontest.php @@ -39,5 +39,3 @@ class CommonTest extends Storage { \OC_Helper::rmdirr($this->tmpDir); } } - -?> 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); } } + |