diff options
author | Tom Needham <tom@owncloud.com> | 2015-01-04 23:10:44 +0000 |
---|---|---|
committer | Tom Needham <tom@owncloud.com> | 2015-01-04 23:10:44 +0000 |
commit | f17f0ade7f1c1e26b2e6759ee2dc2e8afbaa108f (patch) | |
tree | f8f69f137e63fcbf7b2aa17904be4b9dcbcf03ad /apps/provisioning_api/lib | |
parent | a20de1548d5eaa7298a18c223d53c6484d5f96ac (diff) | |
download | nextcloud-server-f17f0ade7f1c1e26b2e6759ee2dc2e8afbaa108f.tar.gz nextcloud-server-f17f0ade7f1c1e26b2e6759ee2dc2e8afbaa108f.zip |
Remove unnecessary setUp method
Diffstat (limited to 'apps/provisioning_api/lib')
-rw-r--r-- | apps/provisioning_api/lib/groups.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/provisioning_api/lib/groups.php b/apps/provisioning_api/lib/groups.php index ca714f7cc38..4440c5bf509 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 */ |