Releases: mikeerickson/phpunit-pretty-result-printer
Releases · mikeerickson/phpunit-pretty-result-printer
Release 0.28.0
Corrected phpunit-printer.yml, removing from .gitignore
Release 0.27.0
Adds support for PHPUnit 9
0.26.0
Updated to support PHPUnit 8
- Added
PrinterTrait8
to address API deprecations in PHPUnit 8 - Added
ResultPrinter80
to address API deprecations in PHPUnit 8
0.25.0
Update CI to test against PHP 7.3
- Update
.travis.yml
to test against PHP 7.4
Disabled travis test errors
- Removed non passing tests which are used during development so travis doesn't complain
Add color output to summary report
- Added color output for PHPUnit summary report (covers failure, error, risky, skipped and incomplete tests)
Fix code coverage testing
The adjustments made to ResultPrinterX.php
classes in 0.15.0
release broke coverage testing
v0.15.1
Clean up code formatting for updated ResultPrinterXX.php files
Fix Composer Warnings
Code has been refactored to remove the composer warnings