]> git.mxchange.org Git - friendica.git/commitdiff
Fixed test
authorMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 09:08:12 +0000 (09:08 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Jul 2022 09:08:12 +0000 (09:08 +0000)
tests/src/Core/InstallerTest.php

index c951823148dcc577aaa1c2413446e4186665cadc..98fa3474fb111476351b0420b6e0b78c2a78ecdd 100644 (file)
@@ -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);
        }