Skip to content

Releases: mikeerickson/phpunit-pretty-result-printer

Release 0.28.0

Choose a tag to compare

@mikeerickson mikeerickson released this 24 Jun 00:21

Corrected phpunit-printer.yml, removing from .gitignore

Release 0.27.0

Choose a tag to compare

@mikeerickson mikeerickson released this 29 Feb 22:03

Adds support for PHPUnit 9

0.26.0

Choose a tag to compare

@mikeerickson mikeerickson released this 05 Feb 20:04

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

Choose a tag to compare

@mikeerickson mikeerickson released this 26 Jan 18:32
  • Fix issue #137 -- When using --colors=never the attribute was not consistently honored

Update CI to test against PHP 7.3

Choose a tag to compare

@mikeerickson mikeerickson released this 08 Nov 04:18
  • Update .travis.yml to test against PHP 7.4

Disabled travis test errors

Choose a tag to compare

@mikeerickson mikeerickson released this 05 Oct 19:46
  • Removed non passing tests which are used during development so travis doesn't complain

Add color output to summary report

Choose a tag to compare

@mikeerickson mikeerickson released this 05 Oct 19:45
  • Added color output for PHPUnit summary report (covers failure, error, risky, skipped and incomplete tests)

Fix code coverage testing

Choose a tag to compare

@mikeerickson mikeerickson released this 17 Apr 18:15

The adjustments made to ResultPrinterX.php classes in 0.15.0 release broke coverage testing

v0.15.1

Choose a tag to compare

@mikeerickson mikeerickson released this 16 Apr 22:41

Clean up code formatting for updated ResultPrinterXX.php files

Fix Composer Warnings

Choose a tag to compare

@mikeerickson mikeerickson released this 16 Apr 22:40

Code has been refactored to remove the composer warnings