From 5b6f5f1a07f6e933f70bd1cd56d364762330ed14 Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Mon, 11 Jul 2016 20:58:59 +0200 Subject: [PATCH] LegacyGroupTest need DB Those old tests make it impossible in the current state to abstract away. --- tests/lib/Group/LegacyGroupTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/lib/Group/LegacyGroupTest.php b/tests/lib/Group/LegacyGroupTest.php index 12bcfdddf1..b7d13437a6 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();