mikeerickson / phpunit-pretty-result-printer

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

Noticed this warning when running on phpunit 7.1.1 #72

Closed amberlampsio closed 6 years ago

amberlampsio commented 6 years ago
Warning: Declaration of Codedungeon\PHPUnitPrettyResultPrinter\_ResultPrinter::writeProgressWithColor($progress, $buffer): void should be compatible with PHPUnit\TextUI\ResultPrinter::writeProgressWithColor(string $color, string $buffer): void in /builds/bogdan/prokect/vendor/codedungeon/phpunit-result-printer/src/Printer.php on line 24

php 7.1.16 phpunit 7.1.1

works well on phpunit 7.0.3

mikeerickson commented 6 years ago

I cured this over the weekend, please install 0.14.0 or greater