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 params on __call. Not really optional. #8

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

jimohalloran
Copy link

This PR resolves #7 (Unable to mock) by removing the optional params on __call.

@rakshazi rakshazi merged commit 74c50ab into rakshazi:master Sep 24, 2019
@rakshazi
Copy link
Owner

Wow, thank you for PR and sorry for delay!

@jimohalloran
Copy link
Author

No problems at all, thank you for merging! I've written the same functionality as getSetTrait a few times now for various different frameworks. So to be able to pick up getSetTrait and use it and not have to write the same code yet again was great. Thanks for open sourcing it, it's much appreciated.

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.

Unable to mock (using Mockery) classes using this trait
2 participants