Remove unnecessary setUp method

This commit is contained in:
Tom Needham 2015-01-04 23:10:44 +00:00
parent a20de1548d
commit f17f0ade7f
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
*/