diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-04 10:13:13 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-04 20:32:34 +0200 |
commit | 80743e1f85e1ecd8a26d07276d114932ac1de472 (patch) | |
tree | 20bc6295668dcb093451546f8235fc7fd24c7a2c /apps/theming | |
parent | 4456d01c6ed6bb6021d98dc527529f0de227d874 (diff) | |
download | nextcloud-server-80743e1f85e1ecd8a26d07276d114932ac1de472.tar.gz nextcloud-server-80743e1f85e1ecd8a26d07276d114932ac1de472.zip |
CapabilitiesTests are not DB tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/tests/CapabilitiesTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/theming/tests/CapabilitiesTest.php b/apps/theming/tests/CapabilitiesTest.php index 332d7556551..87c544b2a2c 100644 --- a/apps/theming/tests/CapabilitiesTest.php +++ b/apps/theming/tests/CapabilitiesTest.php @@ -37,7 +37,6 @@ use Test\TestCase; /** * Class CapabilitiesTest * - * @group DB * @package OCA\Theming\Tests */ class CapabilitiesTest extends TestCase { |