We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's no point rewriting a code generator. The one provided by prophecy seems pretty perfect for our needs.
We should substitute their ProphecySubjectPatch for one that provides the necessary partial mocking ability we are looking for.
-return $this->getProphecy()->makeProphecyMethodCall(__FUNCTION__, func_get_args()); +return $this->proxy()->invoke(__FUNCTION__, func_get_args(), function(...$args) { + return call_user_func_array(['parent', __FUNCTION__, $args); +});
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's no point rewriting a code generator. The one provided by prophecy seems pretty perfect for our needs.
We should substitute their ProphecySubjectPatch for one that provides the necessary partial mocking ability we are looking for.
The text was updated successfully, but these errors were encountered: