LegacyGroupTest need DB

Those old tests make it impossible in the current state to abstract
away.
This commit is contained in:
Roeland Jago Douma 2016-07-11 20:58:59 +02:00
parent 4ebf001b2e
commit 5b6f5f1a07
No known key found for this signature in database
GPG Key ID: 1E152838F164D13B
1 changed files with 6 additions and 0 deletions

View File

@ -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();