Skip to content

Commit 12c6be3

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

File tree

3 files changed

+0
-75
lines changed

3 files changed

+0
-75
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,25 +1116,11 @@ 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;
11291122

11301123
$this->analyse([__DIR__ . '/data/bug-12805.php'], []);
11311124
}
11321125

1133-
public function testBug3795(): void
1134-
{
1135-
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
1136-
1137-
$this->analyse([__DIR__ . '/data/bug-3795.php'], []);
1138-
}
1139-
11401126
}

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)