diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-09-04 22:47:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 22:47:43 +0200 |
commit | a2f280badc23d1d398abff1afa9ec13845254292 (patch) | |
tree | bfbc85406c1aad7f8cc0ac371d3983d451ae4eff /apps/theming | |
parent | 30d00e63d92dd4ab6545f7716dc369d9815e79dd (diff) | |
parent | 80743e1f85e1ecd8a26d07276d114932ac1de472 (diff) | |
download | nextcloud-server-a2f280badc23d1d398abff1afa9ec13845254292.tar.gz nextcloud-server-a2f280badc23d1d398abff1afa9ec13845254292.zip |
Merge pull request #17007 from nextcloud/enh/nodbtests
CapabilitiesTests are not DB tests
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 { |