]> git.mxchange.org Git - friendica.git/commitdiff
fix failing test for the installer wizard
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 23 May 2021 07:43:02 +0000 (09:43 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 23 May 2021 07:43:02 +0000 (09:43 +0200)
tests/src/Core/InstallerTest.php

index 7404e216e2389661bb17bb465c25b6512fd25946..f94300fc1c939d4cabe2ba7f3d79ac3a85de865d 100644 (file)
@@ -103,7 +103,7 @@ class InstallerTest extends MockedTest
                $this->mockL10nT('File Information PHP module', 1);
                $this->mockL10nT('Error: File Information PHP module required but not installed.', 1);
                $this->mockL10nT('Program execution functions', 1);
-               $this->mockL10nT('Error: Program execution functions required but not enabled.', 1);
+               $this->mockL10nT('Error: Program execution functions (proc_open) required but not enabled.', 1);
        }
 
        private function assertCheckExist($position, $title, $help, $status, $required, $assertionArray)