Skip to content

Commit

Permalink
Revert Regression test
Browse files Browse the repository at this point in the history
This reverts commit 1513b3b.
  • Loading branch information
ondrejmirtes committed Sep 12, 2021
1 parent 8596663 commit 3624e66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions tests/PHPStan/Rules/Methods/OverridingMethodRuleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -510,10 +510,4 @@ public function testParameterTypeWidening(int $phpVersionId, array $errors): voi
$this->analyse([__DIR__ . '/data/parameter-type-widening.php'], $errors);
}

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

}
15 changes: 0 additions & 15 deletions tests/PHPStan/Rules/Methods/data/bug-5589.php

This file was deleted.

0 comments on commit 3624e66

Please sign in to comment.