Skip to content

Commit 72a1607

Browse files
committed
Fix build
1 parent 25ec5eb commit 72a1607

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/PHPStan/Analyser/NodeScopeResolverTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ private static function findTestFiles(): iterable
3333
yield __DIR__ . '/data/enum-reflection-php81.php';
3434
}
3535

36+
if (PHP_VERSION_ID >= 80100 && PHP_VERSION_ID < 80400) {
37+
yield __DIR__ . '/data/enum-reflection-backed.php';
38+
}
39+
3640
if (PHP_VERSION_ID < 80000) {
3741
yield __DIR__ . '/data/bug-4902.php';
3842
}

0 commit comments

Comments
 (0)