mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
run linter & auto format
This commit is contained in:
@ -15,10 +15,10 @@ test('visual snapshot of test suite on success', function () {
|
||||
|
||||
return preg_replace([
|
||||
'#\\x1b[[][^A-Za-z]*[A-Za-z]#',
|
||||
'/(Tests\\\PHPUnit\\\CustomAffixes\\\InvalidTestName)([A-Za-z0-9]*)/'
|
||||
'/(Tests\\\PHPUnit\\\CustomAffixes\\\InvalidTestName)([A-Za-z0-9]*)/',
|
||||
], [
|
||||
'',
|
||||
'$1'
|
||||
'$1',
|
||||
], $process->getOutput());
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user