From dd94a843b51767368f4bce284b84cc15862b721c Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Sat, 13 Feb 2021 12:14:22 -0600 Subject: [PATCH] run linter & auto format --- tests/Visual/Success.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Visual/Success.php b/tests/Visual/Success.php index 44aac2bc..8c5e1d6f 100644 --- a/tests/Visual/Success.php +++ b/tests/Visual/Success.php @@ -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()); };