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
Moved here from sebastianbergmann/phpunit-mock-objects#274.
The text was updated successfully, but these errors were encountered:
sebastianbergmann#3127
a7de871
Only mark mocked methods as configurable
ce12b35
Emit error when mocked method isn't really mocked sebastianbergmann#3127
34d69df
* Only mark mocked methods as configurable * Test that you can only expect on configurable methods
Emit error when mocked method isn't really mocked #3127
7b15efa
@sebastianbergmann Would you accept a PR that ports this to PHPUnit 6?
Sorry, something went wrong.
Remove useless mock
e65c18e
- this mock didn't work well before because phpunit didn't mock method addDefaultDiscriminatorMap. - since phpunit 7.4.0 it throws warning in case of mocking method which is not really mocked (sebastianbergmann/phpunit#3127)
No branches or pull requests
Moved here from sebastianbergmann/phpunit-mock-objects#274.
The text was updated successfully, but these errors were encountered: