Skip to content

Commit 5e0125b

Browse files
committed
Move test for bug-11912
1 parent 14b4672 commit 5e0125b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,12 +1516,6 @@ public function testBug13310(): void
15161516
$this->assertNoErrors($errors);
15171517
}
15181518

1519-
public function testBug11912(): void
1520-
{
1521-
$errors = $this->runAnalyse(__DIR__ . '/data/bug-11912.php');
1522-
$this->assertNoErrors($errors);
1523-
}
1524-
15251519
/**
15261520
* @param string[]|null $allAnalysedFiles
15271521
* @return Error[]

0 commit comments

Comments
 (0)