mikeerickson / phpunit-pretty-result-printer

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

Autoload ResultPrinter classes, since they're named differently now #79

Closed assertchris closed 6 years ago

assertchris commented 6 years ago

I think they were included, before, because they all had the same name. Now that they're named differently, we should be able to autoload them.

mikeerickson commented 6 years ago

@assertchris Thank you for the PR, but I have already made this adjustment in the version I am currently working on (v0.16.0)