Skip to content

Commit a98040b

Browse files
Remove wrong tests
1 parent aa0092c commit a98040b

File tree

3 files changed

+0
-56
lines changed

3 files changed

+0
-56
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -385,11 +385,6 @@ public function testBug4747(): void
385385
$this->analyse([__DIR__ . '/data/bug-4747.php'], []);
386386
}
387387

388-
public function testBug6379(): void
389-
{
390-
$this->analyse([__DIR__ . '/data/bug-6379.php'], []);
391-
}
392-
393388
#[RequiresPhp('>= 8.0')]
394389
public function testBug4885(): void
395390
{
@@ -929,13 +924,6 @@ public function testBug4809(): void
929924
$this->analyse([__DIR__ . '/data/bug-4809.php'], []);
930925
}
931926

932-
public function testBug11602(): void
933-
{
934-
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
935-
936-
$this->analyse([__DIR__ . '/data/bug-11602.php'], []);
937-
}
938-
939927
public function testBug12593(): void
940928
{
941929
$this->reportPossiblyNonexistentGeneralArrayOffset = true;

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

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

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

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

0 commit comments

Comments
 (0)