Skip to content

Commit 49adb06

Browse files
committed
Fix build
1 parent bc74b8b commit 49adb06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Rule/Nette/RegularExpressionPatternRuleTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ public function testValidRegexPatternAfter73(): void
8181
if (PHP_VERSION_ID >= 80200) {
8282
$messagePart = 'alphanumeric, backslash, or NUL';
8383
}
84+
if (PHP_VERSION_ID >= 80400) {
85+
$messagePart = 'alphanumeric, backslash, or NUL byte';
86+
}
8487

8588
$this->analyse(
8689
[__DIR__ . '/data/valid-regex-pattern.php'],

0 commit comments

Comments
 (0)