Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove optional parameters of PHPUnit\Framework\Constraint\IsEqual::__construct() #5272

Closed
sebastianbergmann opened this issue Mar 4, 2023 · 0 comments
Assignees
Labels
type/backward-compatibility Something will be/is intentionally broken
Milestone

Comments

@sebastianbergmann
Copy link
Owner

The optional parameters of PHPUnit\Framework\Constraint\IsEqual::__construct() (float $delta = 0.0, bool $canonicalize = false, bool $ignoreCase = false) are a relict from when the specialized constraints IsEqualCanonicalizing, IsEqualIgnoringCase, and IsEqualWithDelta did not exist.

@sebastianbergmann sebastianbergmann added the type/backward-compatibility Something will be/is intentionally broken label Mar 4, 2023
@sebastianbergmann sebastianbergmann added this to the PHPUnit 11.0 milestone Mar 4, 2023
@sebastianbergmann sebastianbergmann self-assigned this Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/backward-compatibility Something will be/is intentionally broken
Projects
None yet
Development

No branches or pull requests

1 participant