mikeerickson / phpunit-pretty-result-printer

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

Misaligned status marks #86

Closed Braunson closed 6 years ago

Braunson commented 6 years ago

When running a test with both passing and failing tests the marks are mis-aligned. See my example

mikeerickson commented 6 years ago

Oh wow, that is strange

Braunson commented 6 years ago

@mikeerickson

Laravel: 5.5 Package: ^0.16.1 (latest) OS: Windows 10 Terminal: SmarTTY v2.2

Edit: I've updated to the latest SmarTTY 3.1 and still have the same issue.

mikeerickson commented 6 years ago

OK, I am going to setup a VM to match what you are using and debug this. My apologies for the issue

Braunson commented 6 years ago

No need to apologise :), thanks for looking into this!

jwhulette commented 6 years ago

1__default__bash_ I have sort of the same issue.

Laravel: 5.5 PHPUnit: ^7 OS: Mac OS 10.13.4 Issue occurs in: Iterm2, VSCode Terminal

mikeerickson commented 6 years ago

Thank you for the report, I will see what I can reproduce along these parameters.

mikeerickson commented 6 years ago

@jwhulette would you mind testing this with the 0.19.13 release (just tagged)

jwhulette commented 6 years ago

@mikeerickson That looks like it fixed it. Thanks so much!!

mikeerickson commented 6 years ago

@jwhulette thank you very much for confirming!