Skip to content

Commit ac4f0d2

Browse files
committed
remove no longer covered tests
1 parent a8c0d9c commit ac4f0d2

File tree

3 files changed

+0
-68
lines changed

3 files changed

+0
-68
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,13 +1116,6 @@ public function testPR4385Bis(): void
11161116
$this->analyse([__DIR__ . '/data/pr-4385-bis.php'], []);
11171117
}
11181118

1119-
public function testBug11276(): void
1120-
{
1121-
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
1122-
1123-
$this->analyse([__DIR__ . '/data/bug-11276.php'], []);
1124-
}
1125-
11261119
public function testBug12805(): void
11271120
{
11281121
$this->reportPossiblyNonexistentGeneralArrayOffset = true;

tests/PHPStan/Rules/Arrays/data/bug-11276.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

tests/PHPStan/Rules/Arrays/data/bug-3795.php

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)