Remove unnecessary setUp method

remotes/origin/fix-10825
Tom Needham 12 years ago
parent a20de1548d
commit f17f0ade7f
  1. 5
      apps/provisioning_api/lib/groups.php

@ -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…
Cancel
Save