Skip to content
Snippets Groups Projects
Commit a0023974 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

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

Remove unnecessary setUp method from provisioning_api
parents f2e759b5 f17f0ade
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment