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

Add more tests for DecrementInteger, IncrementInteger and OneZeroInteger mutators #1356

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

sidz
Copy link
Member

@sidz sidz commented Oct 19, 2020

I've decided to add more tests for DecrementInteger, IncrementInteger and OneZeroInteger mutators as I have a strong feeling that I may break current behavior in #1347.

The idea is to cover all possible scenarios in current master and before I'll start to do changes in #1347 in order to show how exactly these mutators currently do their job to avoid possible questions in those PR.

@@ -62,15 +62,6 @@ public function mutationsProvider(): iterable
,
];

yield 'It does not decrement the number one' => [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sanmai sanmai merged commit 42e6313 into master Oct 20, 2020
@maks-rafalko maks-rafalko deleted the add-more-test-cases-for-number-mutators branch October 20, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants