mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-04 05:24:35 -04:00
Fixes for tests
This commit is contained in:
parent
06b7dfa291
commit
be388ba493
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user