mikeerickson / phpunit-pretty-result-printer

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

Add support for PHPUnit v7.0.2 #41

Closed xxxcoltxxx closed 6 years ago

xxxcoltxxx commented 6 years ago

This commit resolve issue for PHPUnit v7.0.2 used in Laravel v5.6.12:

image

Commit has breaking changes! In PHPUnit with lower version error will be thrown

mikeerickson commented 6 years ago

I am already working on a solution to address this issue across all versions. I will be working on this fix over the weekend