mikeerickson / phpunit-pretty-result-printer

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

Fix wrapping (use full available console width) #1

Closed mikeerickson closed 6 years ago

mikeerickson commented 6 years ago

When outputting tests which are long, they are wrapping at 80 chars, adjust this so it gets the available colwidth to perform wrapping

mikeerickson commented 6 years ago

Fixed in v0.3.0