phpunit-pretty-print
phpunit-pretty-print copied to clipboard
[enhancement] Print error messages in color
Most phpunit assertion methods have an optional message
parameter. Would be great to print this in color to make it stand out.
IE A billing message is expected to be written
should be red/yellow to make it stand out. In this case, Failed asserting that 0 is identical to 1.
isn't helpful at all because that is an underlying phpunit message.
Good idea. PR welcome 👍
When I will have time, I will try to resolve this issue. 🚀