Update education bundle

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2020-05-01 09:52:58 +02:00
parent c724eb24d5
commit a41ad78408
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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',
]; ];
} }