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

Fix: Add missing callback parameter in tests #632

Merged
merged 1 commit into from Feb 14, 2019

Conversation

localheinz
Copy link
Member

@localheinz localheinz commented Feb 13, 2019

This PR

  • adds otherwise missing $callback parameters in tests

Follows #568.
Follows #583.
Follows #614.
Follows #623.
Follows #624.

maks-rafalko
maks-rafalko previously approved these changes Feb 13, 2019
@@ -132,7 +132,7 @@ public function provideMutationCases(): \Generator
<<<'PHP'
<?php

$a = array_udiff_uassoc($foo->bar(), $foo->baz());
$a = array_udiff_uassoc($foo->bar(), $foo->baz(), $callback);
Copy link
Member

Choose a reason for hiding this comment

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

this one has two callbacks

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you, @borNfreee!

@maks-rafalko
Copy link
Member

Thank you @localheinz

@maks-rafalko maks-rafalko merged commit 2bd8472 into infection:master Feb 14, 2019
@localheinz localheinz deleted the fix/callback branch February 14, 2019 06:50
@localheinz
Copy link
Member Author

Thank you, @borNfreee!

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

2 participants