run linter & auto format

This commit is contained in:
jordanbrauer
2021-02-13 12:14:22 -06:00
parent 9426d08aa2
commit dd94a843b5

View File

@ -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());
};