Merge pull request #13533 from nupplaphil/feat/phpunit_upgrade

CI upgrade & Installer Check enabling
This commit is contained in:
Hypolite Petovan 2023-10-15 17:39:58 -04:00 committed by GitHub
commit bc4b036c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 89 additions and 68 deletions

View file

@ -404,8 +404,6 @@ class Installer
}
$this->addCheck(DI::l10n()->t('PDO or MySQLi PHP module'), $status, true, $help);
// Uncomment when IntlChar is installed in the check pipeline.
/*
$help = '';
$status = true;
if (!class_exists('IntlChar')) {
@ -414,7 +412,6 @@ class Installer
$returnVal = false;
}
$this->addCheck(DI::l10n()->t('IntlChar PHP module'), $status, true, $help);
*/
// check for XML DOM Documents being able to be generated
$help = '';