mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Remove unnecessary setUp method
This commit is contained in:
parent
a20de1548d
commit
f17f0ade7f
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