diff options
Diffstat (limited to 'tests')
-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(); |