Merge branch '2.x' into 3.x

This commit is contained in:
Nuno Maduro
2024-02-01 11:53:10 +00:00
73 changed files with 1169 additions and 788 deletions

View File

@ -11,9 +11,7 @@ $run = function (string $target, bool $parallel) {
expect($process->getExitCode())->toBe(0);
$outputContent = preg_replace('#\\x1b[[][^A-Za-z]*[A-Za-z]#', '', $process->getOutput());
return $outputContent;
return removeAnsiEscapeSequences($process->getOutput());
};
$snapshot = function ($name) {