This commit is contained in:
Tobias Diekershoff 2021-05-23 09:47:25 +02:00
parent 390fa23bce
commit 6ea52cfbf8
1 changed files with 1 additions and 1 deletions

View File

@ -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());