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 symfony#6736 Use message argument for PHPunit assert() functions (SimonHeimberg, WouterJ)
This PR was merged into the 2.7 branch.
Discussion
----------
Use message argument for PHPunit assert() functions
Finishes symfony#6118
Original PR description:
> Assert functions from PHPUnit do have an optional message argument. This is especially usefull for assertTrue because the message printed on failure does not (and can not) contain any details. Demonstrate this possibility
Commits
-------
d604bfd Make messages positive
97e072e use the message argument of assertX functions
0 commit comments