diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-11 20:58:59 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2016-07-11 21:02:27 +0200 |
commit | 5b6f5f1a07f6e933f70bd1cd56d364762330ed14 (patch) | |
tree | ff561029056adc98cef83920cec8acd08abca70f | |
parent | 4ebf001b2ecd8f1cf2fef8faa47aa9a28200b8c9 (diff) | |
download | nextcloud-server-5b6f5f1a07f6e933f70bd1cd56d364762330ed14.tar.gz nextcloud-server-5b6f5f1a07f6e933f70bd1cd56d364762330ed14.zip |
LegacyGroupTest need DB
Those old tests make it impossible in the current state to abstract
away.
-rw-r--r-- | tests/lib/Group/LegacyGroupTest.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/lib/Group/LegacyGroupTest.php b/tests/lib/Group/LegacyGroupTest.php index 12bcfdddf15..b7d13437a64 100644 --- a/tests/lib/Group/LegacyGroupTest.php +++ b/tests/lib/Group/LegacyGroupTest.php @@ -27,6 +27,12 @@ namespace Test\Group; use OC_Group; use OC_User; +/** + * Class LegacyGroupTest + * + * @package Test\Group + * @group DB + */ class LegacyGroupTest extends \Test\TestCase { protected function setUp() { parent::setUp(); |