Skip to content

Commit 58901c1

Browse files
committed
Fix diffs among php versions
1 parent e48c4c4 commit 58901c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Rule/Nette/RegularExpressionPatternRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public function testValidRegexPatternAfter73(): void
7272
26,
7373
],
7474
[
75-
'Regex pattern is invalid: Delimiter must not be alphanumeric, backslash, or NUL in pattern: nok',
75+
sprintf('Regex pattern is invalid: Delimiter must not be %s in pattern: nok', $messagePart),
7676
36,
7777
],
7878
],

0 commit comments

Comments
 (0)