You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #58190 Mitigate PHPUnit deprecations (5.4) (alexandre-daubois)
This PR was merged into the 5.4 branch.
Discussion
----------
Mitigate PHPUnit deprecations (5.4)
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues | -
| License | MIT
Calling `->will(...)` is deprecated in many cases: https://github.com/sebastianbergmann/phpunit/blob/main/DEPRECATIONS.md.
Commits
-------
e3db889 Mitigate PHPUnit deprecations