Skip to content

Commit 119d21e

Browse files
committed
Remove unnecessary test cases
1 parent ec5642d commit 119d21e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/PHPStan/Analyser/AnalyserIntegrationTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,12 +1524,6 @@ public function testBug13310(): void
15241524
$this->assertNoErrors($errors);
15251525
}
15261526

1527-
public function testBug13392(): void
1528-
{
1529-
$errors = $this->runAnalyse(__DIR__ . '/nsrt/bug-13392.php');
1530-
$this->assertNoErrors($errors);
1531-
}
1532-
15331527
/**
15341528
* @param string[]|null $allAnalysedFiles
15351529
* @return Error[]

0 commit comments

Comments
 (0)