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