Merge pull request #20759 from nextcloud/up/education-bundle

Update education bundle
This commit is contained in:
Roeland Jago Douma 2020-05-01 13:34:39 +02:00 committed by GitHub
commit 91487d8739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -37,13 +37,11 @@ class EducationBundle extends Bundle {
*/ */
public function getAppIdentifiers() { public function getAppIdentifiers() {
return [ return [
'zenodo',
'dashboard', 'dashboard',
'circles', 'circles',
'groupfolders', 'groupfolders',
'announcementcenter', 'announcementcenter',
'quota_warning', 'quota_warning',
'orcid',
'user_saml', 'user_saml',
]; ];
} }

View File

@ -30,13 +30,11 @@ class EducationBundleTest extends BundleBase {
$this->bundleIdentifier = 'EducationBundle'; $this->bundleIdentifier = 'EducationBundle';
$this->bundleName = 'Education Edition'; $this->bundleName = 'Education Edition';
$this->bundleAppIds = [ $this->bundleAppIds = [
'zenodo',
'dashboard', 'dashboard',
'circles', 'circles',
'groupfolders', 'groupfolders',
'announcementcenter', 'announcementcenter',
'quota_warning', 'quota_warning',
'orcid',
'user_saml', 'user_saml',
]; ];
} }