CD PHPUnit Pretty Result Printer
Extend the default PHPUnit Result Printer with a modern, pretty printer!
PHPUnit Pretty Result Printer -- Packagist
Installation
Installation is provided via composer and can be done with the following command:
$ composer require --dev codedungeon/phpunit-result-printer
To activate the Printer for PHPUnit, just add it to your configuration XML:
<?xml version="1.0" encoding="UTF-8"?>
<phpunit printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
// ....
</phpunit>
Or from Command-Line:
$ phpunit --printer=Codedungeon\\PHPUnitPrettyResultPrinter\\Printer
License
Copyright © 2017 Mike Erickson Released under the MIT license
Credits
phpunit-result-printer written by Mike Erickson
E-Mail: codedungeon@gmail.com
Twitter: @codedungeon
Website: codedungeon.org