mikeerickson / phpunit-pretty-result-printer

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

Feature/remove class warnings #75

Closed assertchris closed 6 years ago

assertchris commented 6 years ago

This avoids the composer warnings and reduces the number of defined classes to only those required for the current version of PHPUnit.

mikeerickson commented 6 years ago

@assertchris Thanks for the PR, I will get this tested local and prepare a new release in the next day or so

assertchris commented 6 years ago

Thanks for your work. I use this all over the place ;)