mikeerickson / phpunit-pretty-result-printer

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

some code require php version >= 7.1 (check issue #53) #54

Closed pablorsk closed 6 years ago

pablorsk commented 6 years ago

certain features specific for that version are used in some places. For example, void return type is used here: https://github.com/mikeerickson/phpunit-pretty-result-printer/blob/master/src/Printer.php#L160.

Please check #53

mikeerickson commented 6 years ago

The “ex” versions should not be defined with return types, these are called from methods which ar conditionally defined in the appropriate class declaration above