diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-04 20:41:12 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-04 20:41:12 +0200 |
commit | 0ff08810d933516f86e366fd5c108fa128438d95 (patch) | |
tree | bd68ea95b05bd8160a8f871ad6e723630c3eb9ab /tests | |
parent | 4456d01c6ed6bb6021d98dc527529f0de227d874 (diff) | |
download | nextcloud-server-0ff08810d933516f86e366fd5c108fa128438d95.tar.gz nextcloud-server-0ff08810d933516f86e366fd5c108fa128438d95.zip |
Log/FileTest does not require the DB
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/Log/FileTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/Log/FileTest.php b/tests/lib/Log/FileTest.php index d5e550a7e8d..c2c3a4ff68b 100644 --- a/tests/lib/Log/FileTest.php +++ b/tests/lib/Log/FileTest.php @@ -23,8 +23,6 @@ use Test\TestCase; /** * Class FileTest - * - * @group DB */ class FileTest extends TestCase { |