From a41ad78408eeda4cc4d3adfb015bec3c8e45a57a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Fri, 1 May 2020 09:52:58 +0200 Subject: [PATCH] Update education bundle Signed-off-by: Roeland Jago Douma --- lib/private/App/AppStore/Bundles/EducationBundle.php | 2 -- tests/lib/App/AppStore/Bundles/EducationBundleTest.php | 2 -- 2 files changed, 4 deletions(-) diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index 01296cd053..05d6fbbd9d 100644 --- a/lib/private/App/AppStore/Bundles/EducationBundle.php +++ b/lib/private/App/AppStore/Bundles/EducationBundle.php @@ -37,13 +37,11 @@ class EducationBundle extends Bundle { */ public function getAppIdentifiers() { return [ - 'zenodo', 'dashboard', 'circles', 'groupfolders', 'announcementcenter', 'quota_warning', - 'orcid', 'user_saml', ]; } diff --git a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php index bdbc3f172b..db96b3e46a 100644 --- a/tests/lib/App/AppStore/Bundles/EducationBundleTest.php +++ b/tests/lib/App/AppStore/Bundles/EducationBundleTest.php @@ -30,13 +30,11 @@ class EducationBundleTest extends BundleBase { $this->bundleIdentifier = 'EducationBundle'; $this->bundleName = 'Education Edition'; $this->bundleAppIds = [ - 'zenodo', 'dashboard', 'circles', 'groupfolders', 'announcementcenter', 'quota_warning', - 'orcid', 'user_saml', ]; }