From be388ba493020075543ba2045d733ee19b9c15c4 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 5 Oct 2020 08:37:12 +1100 Subject: [PATCH] Fixes for tests --- app/Utils/SystemHealth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index 05a3395b5906..9766640c9a9e 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -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;