diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-05-01 13:34:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 13:34:39 +0200 |
commit | 91487d87395819a6fa052440bd582ae54abd41a0 (patch) | |
tree | ed14d75068512182688393085e6ceefc2f11ea27 | |
parent | 80372a3ce114520164b3458be937657b71cf7fa1 (diff) | |
parent | a41ad78408eeda4cc4d3adfb015bec3c8e45a57a (diff) | |
download | nextcloud-server-91487d87395819a6fa052440bd582ae54abd41a0.tar.gz nextcloud-server-91487d87395819a6fa052440bd582ae54abd41a0.zip |
Merge pull request #20759 from nextcloud/up/education-bundle
Update education bundle
-rw-r--r-- | lib/private/App/AppStore/Bundles/EducationBundle.php | 2 | ||||
-rw-r--r-- | tests/lib/App/AppStore/Bundles/EducationBundleTest.php | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/private/App/AppStore/Bundles/EducationBundle.php b/lib/private/App/AppStore/Bundles/EducationBundle.php index 01296cd0536..05d6fbbd9d7 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 bdbc3f172b7..db96b3e46aa 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', ]; } |