Skip to content

Commit 49c080f

Browse files
Remove wrong tests
1 parent d520c9f commit 49c080f

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
{
@@ -919,13 +914,6 @@ public function testBug4809(): void
919914
$this->analyse([__DIR__ . '/data/bug-4809.php'], []);
920915
}
921916

922-
public function testBug11602(): void
923-
{
924-
$this->reportPossiblyNonexistentGeneralArrayOffset = true;
925-
926-
$this->analyse([__DIR__ . '/data/bug-11602.php'], []);
927-
}
928-
929917
public function testBug12593(): void
930918
{
931919
$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)