From f17f0ade7f1c1e26b2e6759ee2dc2e8afbaa108f Mon Sep 17 00:00:00 2001 From: Tom Needham <tom@owncloud.com> Date: Sun, 4 Jan 2015 23:10:44 +0000 Subject: [PATCH] Remove unnecessary setUp method --- apps/provisioning_api/lib/groups.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/provisioning_api/lib/groups.php b/apps/provisioning_api/lib/groups.php index ca714f7cc3..4440c5bf50 100644 --- a/apps/provisioning_api/lib/groups.php +++ b/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 */ -- GitLab