-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Deprecate InvocationMocker::willReturnOnConsecutiveCalls()
#5425
Labels
Comments
sebastianbergmann
added
feature/test-doubles
Test Stubs and Mock Objects
type/deprecation
Something will be/is deprecated
labels
Jun 24, 2023
sebastianbergmann
added a commit
that referenced
this issue
Jun 24, 2023
sebastianbergmann
added a commit
that referenced
this issue
Aug 14, 2023
This reverts commit af70ca0.
Hi! If anyone is looking for a replacement for this method this one has helped me out.
|
3 tasks
Thank you, I missed it indeed :) |
So it is no longer deprecated and will stay as a feature for the foreseeable future? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
To reduce complexity inside PHPUnit's test double functionality,
InvocationMocker::willReturnOnConsecutiveCalls()
will be deprecated and then removed:@deprecated
annotation to the method declaration)The text was updated successfully, but these errors were encountered: