Skip to content

Commit 6e7aab4

Browse files
committed
skip test below 8.4
1 parent 569c936 commit 6e7aab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Operators/InvalidComparisonOperationRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ public function testBug11119(): void
173173
$this->analyse([__DIR__ . '/data/bug-11119.php'], []);
174174
}
175175

176+
#[RequiresPhp('>= 8.4')]
176177
public function testBug13001(): void
177178
{
178179
$this->analyse([__DIR__ . '/data/bug-13001.php'], [

0 commit comments

Comments
 (0)