mikeerickson / phpunit-pretty-result-printer

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

Width is not calculated correctly on CircleCI (maybe on other CIs too) #17

Closed kostaspt closed 6 years ago

kostaspt commented 6 years ago

Maybe there should be an option to print the full line, without looking for the optimal width?

This is a screenshot from CircleCI: image

mikeerickson commented 6 years ago

@kostaspt What version are you using? This issue has already been resolved as of 0.5.0 or higher.

kostaspt commented 6 years ago

@mikeerickson I'm actually using the 0.5.0 version...

image

mikeerickson commented 6 years ago

@kostaspt Interesting, we are using with CircleCI internally and all is working as expected. Let me do some additional debugging on this and will report back.

mikeerickson commented 6 years ago

@kostaspt Just a quick update, I have finally been able to reproduce this, however, I don't have an immediate fix. I will get this worked out over the weekend.

mikeerickson commented 6 years ago

Fixed in 0.5.1