From: Tobias Diekershoff Date: Sun, 23 May 2021 07:47:25 +0000 (+0200) Subject: now... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ea52cfbf8ff0f2ea931592329e831efce17ddf5;p=friendica.git now... --- diff --git a/tests/src/Core/InstallerTest.php b/tests/src/Core/InstallerTest.php index f94300fc1c..8cd1a3fad9 100644 --- a/tests/src/Core/InstallerTest.php +++ b/tests/src/Core/InstallerTest.php @@ -248,7 +248,7 @@ class InstallerTest extends MockedTest self::assertFalse($install->checkFunctions()); self::assertCheckExist(9, 'Program execution functions', - 'Error: Program execution functions required but not enabled.', + 'Error: Program execution functions (proc_open) required but not enabled.', false, true, $install->getChecks());