Skip to content

Commit 1193ebb

Browse files
committed
Remove non-working test
1 parent a4bf7cd commit 1193ebb

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

tests/PHPStan/Rules/Properties/TypesAssignedToPropertiesRuleTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -701,12 +701,6 @@ public function testBug6571(): void
701701
$this->analyse([__DIR__ . '/data/bug-6571.php'], []);
702702
}
703703

704-
public function testBug7880(): void
705-
{
706-
$this->checkExplicitMixed = true;
707-
$this->analyse([__DIR__ . '/data/bug-7880.php'], []);
708-
}
709-
710704
public function testBug12565(): void
711705
{
712706
$this->checkExplicitMixed = true;

tests/PHPStan/Rules/Properties/data/bug-7880.php

-14
This file was deleted.

0 commit comments

Comments
 (0)