mikeerickson / phpunit-pretty-result-printer

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

Class name got cutted if the name is long #166

Closed ayarotskiy closed 4 years ago

ayarotskiy commented 4 years ago

PHPUnit Pretty Result Printer 0.28.0 PHPUnit 9.0.0 Symfony 5.1.3 Снимок экрана от 2020-08-27 19-19-06

Could it be fixed? Maybe throw the option?

mikeerickson commented 4 years ago

This is by design, we have allocated a maximum of 50 characters for class name length. We have an internal build we are working on which will make this an option, but for now it is fixed at 50 characters.

mikeerickson commented 4 years ago

Duplicate https://github.com/mikeerickson/phpunit-pretty-result-printer/issues/144

mikeerickson commented 4 years ago

Addressed in 0.29.0 release see cd-printer-dont-format-classname option in phpunit-printer.yml for setting