1
0
Fork 0

Fix minor bug in process executor mock

pull/11003/head
Jordi Boggiano 2022-08-17 13:23:16 +02:00
parent f95471f221
commit 6e205a0c84
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class ProcessExecutorMock extends ProcessExecutor
}
if ($stdout) {
call_user_func($callback, Process::STDOUT, $stdout);
call_user_func($callback, Process::OUT, $stdout);
}
if ($stderr) {
call_user_func($callback, Process::ERR, $stderr);