Enables integration

This commit is contained in:
Nuno Maduro
2022-09-15 12:07:32 +01:00
parent 99e607dcfb
commit 46ffdf9c7a
9 changed files with 134 additions and 80 deletions

View File

@ -3,7 +3,7 @@
use Symfony\Component\Process\Process;
$run = function (string $target, $decorated = false) {
$process = new Process(['php', 'bin/pest', $target], dirname(__DIR__, 2));
$process = new Process(['php', 'bin/pest', $target, '--colors=always'], dirname(__DIR__, 2));
$process->run();