Skip to content

Commit 5abec16

Browse files
committed
[+]: ci: fix test for PHP < 8.2
1 parent 5b0e69b commit 5abec16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ParserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ public function testSimpleDirectory(): void
293293
$phpCode = PhpCodeParser::getPhpFiles(
294294
__DIR__ . '/',
295295
[],
296-
['/Dummy5|Dummy1[01]|Dummy8/']
296+
['/Dummy5|Dummy1[0|1|3]|Dummy8/']
297297
);
298298

299299
$phpClasses = $phpCode->getClasses();

0 commit comments

Comments
 (0)