Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2019-09-04 11:13:13 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2019-09-04 21:32:34 +0300
commit80743e1f85e1ecd8a26d07276d114932ac1de472 (patch)
tree20bc6295668dcb093451546f8235fc7fd24c7a2c /apps/theming/tests
parent4456d01c6ed6bb6021d98dc527529f0de227d874 (diff)
CapabilitiesTests are not DB tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/CapabilitiesTest.php1
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 {