Merge pull request #13099 from owncloud/fix-provisioning-api

Remove unnecessary setUp method from provisioning_api
This commit is contained in:
Lukas Reschke 2015-01-05 10:35:24 +01:00
commit a0023974e3
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@ use \OC_SubAdmin;
class Groups{
public function setUp() {
// These seems to be deleted by another test.
OC_Group::createGroup('admin');
}
/**
* returns a list of groups
*/