LegacyGroupTest need DB
Those old tests make it impossible in the current state to abstract away.
This commit is contained in:
parent
4ebf001b2e
commit
5b6f5f1a07
1 changed files with 6 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue