Skip to content

Commit 2279ebd

Browse files
committed
Update NumberComparisonOperatorsConstantConditionRuleTest.php
1 parent 95d62ef commit 2279ebd

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/PHPStan/Rules/Comparison/NumberComparisonOperatorsConstantConditionRuleTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,4 +288,9 @@ public function testBug13874(): void
288288
$this->analyse([__DIR__ . '/data/bug-13874.php'], []);
289289
}
290290

291+
public function testBug12163(): void
292+
{
293+
$this->analyse([__DIR__ . '/../../Analyser/nsrt/bug-12163.php'], []);
294+
}
295+
291296
}

0 commit comments

Comments
 (0)