This commit is contained in:
Fabio Ivona
2022-08-02 11:01:17 +02:00
parent afedf83f5d
commit 1706e1d2e0
15 changed files with 30 additions and 7 deletions

View File

@ -15,7 +15,7 @@ test('visual snapshot of help command output', function () {
file_put_contents($snapshot, $outputBuffer->fetch());
}
$output = function () {
$output = function () {
$process = (new Symfony\Component\Process\Process(['php', 'bin/pest', '--help']));
$process->run();