-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
Add willReturnOnConsecutiveCalls to documentation #20
Comments
These shorthand methods aren't mentioned either:
Would it make sense to add a table to the page about test doubles, which compares these methods to their equivalents (e.g. |
It's more than 3 years now... how about doing it? ;) |
This issue was resolved two years ago, but it the additional documentation was removed again two months ago in commit 2c6a4cd. The only comment on the commit is "Remove table". Why was the documentation on these additional functions deleted? |
Probably it were deprecated in PHPUnit 12. |
[This duplicates this ticket https://github.com/sebastianbergmann/phpunit-documentation/issues/488 which has been closed since the documentation was moved to separate projects per language]
In phpunit-mock-objects/src/Builder/InvocationMocker.php there's a willReturnOnConsecutiveCalls method, which isn't mentioned in the PHPUnit documentation.
https://github.com/sebastianbergmann/phpunit-mock-objects/blob/master/src/Builder/InvocationMocker.php#L173
Can we get that added please?
The text was updated successfully, but these errors were encountered: