mikeerickson / phpunit-pretty-result-printer

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

Incompatible with phpunit 7.0 #42

Closed thelfensdrfer closed 6 years ago

thelfensdrfer commented 6 years ago

Fixed two errors with writeProgress and writeProgressWithColor.

PHP Fatal error: Declaration of Codedungeon\PHPUnitPrettyResultPrinter\Printer::writeProgress($progress) must be compatible with PHPUnit\TextUI\ResultPrinter::writeProgress($progress): void in /home/vagrant/ipreveo/vendor/codedungeon/phpunit-result-printer/src/Printer.php on line 36

mikeerickson commented 6 years ago

Fixed by 0.9.0 release