Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2020-05-01 10:52:58 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-05-01 10:52:58 +0300
commita41ad78408eeda4cc4d3adfb015bec3c8e45a57a (patch)
tree20b07f60f62e8d2115b86c52474747bc8edc6ca9 /tests/lib/App
parentc724eb24d5cb1e4e3bb7ad44224dcc85c53df246 (diff)
Update education bundle
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/App')
-rw-r--r--tests/lib/App/AppStore/Bundles/EducationBundleTest.php2
1 files changed, 0 insertions, 2 deletions
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',
];
}