mikeerickson / phpunit-pretty-result-printer

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

Add support for custom test markers #55

Closed mikeerickson closed 6 years ago

mikeerickson commented 6 years ago

Currently, the various test markers which are displayed are hard coded (sensible) values.

This feature will provide ability for developer to result markers using the phpunit-printer.yml configuration file (where all other configuration occurs)

mikeerickson commented 6 years ago

Added in 0.15.0 release