Skip to content
Snippets Groups Projects
Unverified Commit 5b6f5f1a authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

LegacyGroupTest need DB

Those old tests make it impossible in the current state to abstract
away.
parent 4ebf001b
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,12 @@ namespace Test\Group; ...@@ -27,6 +27,12 @@ namespace Test\Group;
use OC_Group; use OC_Group;
use OC_User; use OC_User;
/**
* Class LegacyGroupTest
*
* @package Test\Group
* @group DB
*/
class LegacyGroupTest extends \Test\TestCase { class LegacyGroupTest extends \Test\TestCase {
protected function setUp() { protected function setUp() {
parent::setUp(); parent::setUp();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment