mikeerickson / phpunit-pretty-result-printer

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

Supports a new option to show entire classname #152

Closed bt0r closed 4 years ago

bt0r commented 5 years ago

Description

This PR add a new option cd-printer-dont-format-classname

mikeerickson commented 5 years ago

Further, please share a screenshot of how this appears in the report writer, especially with long filenames and long test class names

bt0r commented 5 years ago
Capture d’écran 2019-06-19 à 11 16 22 Capture d’écran 2019-06-19 à 11 16 09

In case the user dont hide namespace and dont want to format class name, it'll use the previous system with maxLength etc.

Capture d’écran 2019-06-19 à 11 15 26

(true/false, sorry i crop it :/ )

Capture d’écran 2019-06-19 à 11 15 47
bt0r commented 5 years ago

Would you mind providing a screenshot of how this looks?

I provided some screenshots with differents case, what can i add more ?

aManNamedJed commented 4 years ago

Just wanted to bump this feature:

Screen Shot 2020-03-02 at 8 50 58 AM

Thank you for your hard work on FOSS

mikeerickson commented 4 years ago

@bt0r I am keen to include this, albeit the output is definitely different than the desired appearance for this project. But, if you are ok with the "misaligned" formatting, I can certainly make it an option since you are basically saying "yes, I like these formatting issues" by enabling this setting.

I am going to roll it into the next version, but I need to work on a few other items so it will be a week or so before I can get it implemented.

bt0r commented 4 years ago

I close this PR due to inactivity for a year

mikeerickson commented 4 years ago

Added to 0.29.0 release