mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
Merge pull request #13099 from owncloud/fix-provisioning-api
Remove unnecessary setUp method from provisioning_api
This commit is contained in:
commit
a0023974e3
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue