diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2020-05-01 09:52:58 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-05-01 09:52:58 +0200 |
commit | a41ad78408eeda4cc4d3adfb015bec3c8e45a57a (patch) | |
tree | 20b07f60f62e8d2115b86c52474747bc8edc6ca9 | |
parent | c724eb24d5cb1e4e3bb7ad44224dcc85c53df246 (diff) | |
download | nextcloud-server-a41ad78408eeda4cc4d3adfb015bec3c8e45a57a.tar.gz nextcloud-server-a41ad78408eeda4cc4d3adfb015bec3c8e45a57a.zip |
Update education bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-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', ]; } |