From 06698cc5f61dfa81706c7970cee704c5ec059722 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Jul 2022 09:31:44 +0000 Subject: [PATCH] Test? --- tests/src/Core/InstallerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index c25247cc5f..20838b5292 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -282,7 +282,7 @@ class InstallerTest extends MockedTest $this->setFunctions(['gmp_strval' => false]); $install = new Installer(); self::assertFalse($install->checkFunctions()); - self::assertCheckExist(11, + self::assertCheckExist(12, 'GNU Multiple Precision PHP module', 'Error: GNU Multiple Precision PHP module required but not installed.', false,