Fix minor bug in process executor mock
parent
f95471f221
commit
6e205a0c84
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue