mikeerickson / phpunit-pretty-result-printer

PHPUnit Pretty Result Printer -- make your PHPUnit tests look pretty!
MIT License
1.2k stars 71 forks source link

Print class name in Printer::writeProgressWithColor() #10

Closed kbond closed 6 years ago

kbond commented 6 years ago

Fixes #8.

I'm not exactly sure why, but when a test fails, Printer::writeProgressWithColor() is called instead of Printer::writeProgress(). Because this function didn't call Printer::printClassName() it caused the issue described in #8.