Skip to content

Commit d33454d

Browse files
committed
TMP - remove slow test
1 parent 0654852 commit d33454d

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -626,12 +626,6 @@ public function testBug1447(): void
626626
$this->assertNoErrors($errors);
627627
}
628628

629-
public function testBug5081(): void
630-
{
631-
$errors = $this->runAnalyse(__DIR__ . '/data/bug-5081.php');
632-
$this->assertNoErrors($errors);
633-
}
634-
635629
public function testBug1388(): void
636630
{
637631
$errors = $this->runAnalyse(__DIR__ . '/data/bug-1388.php');

0 commit comments

Comments
 (0)