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 optional callables #735

Closed
wants to merge 1 commit into from
Closed

Fix optional callables #735

wants to merge 1 commit into from

Conversation

DZunke
Copy link
Contributor

@DZunke DZunke commented May 14, 2017

The SimpleCaller had no implementation to handle OptionalMethodCall. With this it is again possible to set a percentage on call configuration.

'foo' => [
    '__calls' => [
        ['setBar (50%?)' => []],
        ['setBaz (50%?)' => []],
   ],
 ]

@theofidry
Copy link
Member

I'm covering that among other things in #734 :) Thanks for the PR though, I doubled check that I didn't miss any tests.

@theofidry theofidry closed this May 14, 2017
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.

2 participants