Fixes for tests

This commit is contained in:
David Bomba 2020-10-05 08:37:12 +11:00
parent 06b7dfa291
commit be388ba493

View File

@ -26,7 +26,6 @@ class SystemHealth
{
private static $extensions = [
'mysqli',
'mysqlnd',
'gd',
'curl',
'zip',
@ -35,6 +34,7 @@ class SystemHealth
'mbstring',
'xml',
'bcmath',
'mysqlnd',
];
private static $php_version = 7.3;