From 5188180094166e734a7bb6d4aacd9d8ee8b9e991 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Jul 2022 09:08:12 +0000 Subject: [PATCH] Fixed test --- tests/src/Core/InstallerTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index c951823148..98fa3474fb 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -104,6 +104,8 @@ class InstallerTest extends MockedTest $this->mockL10nT('Error: JSON PHP module required but not installed.', 1); $this->mockL10nT('File Information PHP module', 1); $this->mockL10nT('Error: File Information PHP module required but not installed.', 1); + $this->mockL10nT('GNU Multiple Precision PHP module', 1); + $this->mockL10nT('Error: GNU Multiple Precision PHP module required but not installed.', 1); $this->mockL10nT('Program execution functions', 1); $this->mockL10nT('Error: Program execution functions (proc_open) required but not enabled.', 1); }