Skip to content

Commit 8da8b2d

Browse files
committed
Remove non-working test for now
1 parent 56a30c2 commit 8da8b2d

File tree

2 files changed

+0
-36
lines changed

2 files changed

+0
-36
lines changed

tests/PHPStan/Rules/Arrays/NonexistentOffsetInArrayDimFetchRuleTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -926,12 +926,4 @@ public function testBug3747(): void
926926
$this->analyse([__DIR__ . '/data/bug-3747.php'], []);
927927
}
928928

929-
public function testBug8372(): void
930-
{
931-
$this->checkExplicitMixed = true;
932-
$this->checkImplicitMixed = true;
933-
934-
$this->analyse([__DIR__ . '/data/bug-8372.php'], []);
935-
}
936-
937929
}

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

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

0 commit comments

Comments
 (0)