diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-05 10:31:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-05 10:31:13 +0200 |
commit | 16b0243cf5c5e326f90b70b9fa8297f00b20d944 (patch) | |
tree | 7e5288070c26cf481d3cb089359686a9d3ab0eaa | |
parent | c2d1cb678ec191e9a27096ac9623bcc8158e0ba8 (diff) | |
parent | 0ff08810d933516f86e366fd5c108fa128438d95 (diff) | |
download | nextcloud-server-16b0243cf5c5e326f90b70b9fa8297f00b20d944.tar.gz nextcloud-server-16b0243cf5c5e326f90b70b9fa8297f00b20d944.zip |
Merge pull request #17008 from nextcloud/enh/nodbtests_log/filetest
Log/FileTest does not require the DB
-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 { |