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

index c25247cc5fb16405143edb35f2ac6a7dac618237..20838b5292d3b4be05216e90871ac426b93d0a52 100644 (file)
@@ -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,