diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-14 23:51:58 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-14 23:51:58 +0100 |
commit | 42678096bb408f0955bb5c7f06e1e8b58088ea8b (patch) | |
tree | 2867c95fb29eae41d5d67a939eda1bbdd6c06ace /tests | |
parent | 388bb6a5e1e8465b11f33f1820f023db271ba9d9 (diff) | |
download | nextcloud-server-42678096bb408f0955bb5c7f06e1e8b58088ea8b.tar.gz nextcloud-server-42678096bb408f0955bb5c7f06e1e8b58088ea8b.zip |
remove php closing tag
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/filestorage/commontest.php | 1 | ||||
-rw-r--r-- | tests/lib/filestorage/local.php | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/filestorage/commontest.php b/tests/lib/filestorage/commontest.php index 89e83589e5d..6719fcff4e8 100644 --- a/tests/lib/filestorage/commontest.php +++ b/tests/lib/filestorage/commontest.php @@ -38,4 +38,3 @@ class Test_Filestorage_CommonTest extends Test_FileStorage { } } -?>
\ No newline at end of file diff --git a/tests/lib/filestorage/local.php b/tests/lib/filestorage/local.php index f68fb69b97f..d7d71e8f372 100644 --- a/tests/lib/filestorage/local.php +++ b/tests/lib/filestorage/local.php @@ -35,4 +35,3 @@ class Test_Filestorage_Local extends Test_FileStorage { } } -?>
\ No newline at end of file |