Skip to content

Commit 3624e66

Browse files
committed
Revert Regression test
This reverts commit 1513b3b.
1 parent 8596663 commit 3624e66

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

tests/PHPStan/Rules/Methods/OverridingMethodRuleTest.php

-6
Original file line numberDiff line numberDiff line change
@@ -510,10 +510,4 @@ public function testParameterTypeWidening(int $phpVersionId, array $errors): voi
510510
$this->analyse([__DIR__ . '/data/parameter-type-widening.php'], $errors);
511511
}
512512

513-
public function testBug5589(): void
514-
{
515-
$this->phpVersionId = PHP_VERSION_ID;
516-
$this->analyse([__DIR__ . '/data/bug-5589.php'], []);
517-
}
518-
519513
}

tests/PHPStan/Rules/Methods/data/bug-5589.php

-15
This file was deleted.

0 commit comments

Comments
 (0)