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 = [ private static $extensions = [
'mysqli', 'mysqli',
'mysqlnd',
'gd', 'gd',
'curl', 'curl',
'zip', 'zip',
@ -35,6 +34,7 @@ class SystemHealth
'mbstring', 'mbstring',
'xml', 'xml',
'bcmath', 'bcmath',
'mysqlnd',
]; ];
private static $php_version = 7.3; private static $php_version = 7.3;