Skip to content

Commit d90bad9

Browse files
committed
minor: sca
1 parent 3dd63db commit d90bad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Browser/Test/LegacyExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private static function normalizeTestName(string $name): string
122122
\preg_match('#^(?<test>[\w:\\\]+) with data set "(?<dataset>.*)"#', $name, $matches);
123123
}
124124

125-
$normalized = \strtr($matches['test'], '\\:', '-_');
125+
$normalized = \strtr($matches['test'], '\\:', '-_'); // @phpstan-ignore-line
126126

127127
if (isset($matches['dataset'])) {
128128
$normalized .= '__data-set-'.\preg_replace('/\W+/', '-', $matches['dataset']);

0 commit comments

Comments
 (0)