mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:10:11 +00:00
Merge pull request #13533 from nupplaphil/feat/phpunit_upgrade
CI upgrade & Installer Check enabling
This commit is contained in:
commit
bc4b036c76
6 changed files with 89 additions and 68 deletions
|
@ -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 = '';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue