PHPUnit: force display of asserted values
Posted
by takeshin
on Stack Overflow
See other posts from Stack Overflow
or by takeshin
Published on 2010-03-17T14:53:38Z
Indexed on
2010/03/17
15:11 UTC
Read the original article
Hit count: 200
When in PHPUnit test fails, actual and expected values are displayed.
But when the test passes, this information is not displayed.
How to force PHPUnit to always display expected and actual assertion result?
© Stack Overflow or respective owner