Skip to content

Commit 1e706aa

Browse files
committed
Update AnalyserIntegrationTest.php
1 parent 336500c commit 1e706aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,6 +1658,7 @@ public function testBug13945Two(): void
16581658

16591659
public function testBug12246(): void
16601660
{
1661+
// crash
16611662
$errors = $this->runAnalyse(__DIR__ . '/data/bug-12246.php');
16621663
$this->assertCount(4, $errors);
16631664
$this->assertSame('Do-while loop condition is always true.', $errors[0]->getMessage());

0 commit comments

Comments
 (0)