Skip to content

Commit 0435f0e

Browse files
committed
Update DefinedVariableRuleTest.php
1 parent 325ae39 commit 0435f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Rules/Variables/DefinedVariableRuleTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1485,6 +1485,7 @@ public function testBug12597(): void
14851485
$this->analyse([__DIR__ . '/data/bug-12597.php'], []);
14861486
}
14871487

1488+
#[RequiresPhp('>= 8.0')]
14881489
public function testBug12597NonFinite(): void
14891490
{
14901491
$this->cliArgumentsVariablesRegistered = true;

0 commit comments

Comments
 (0)