travoltron / phpunit-result-printer
PHPUnit Pretty Result Printer
0.3.0
2017-11-24 18:45 UTC
Requires
- hassankhan/config: ^0.10.0
- symfony/yaml: ^3.3
Requires (Dev)
- phpunit/phpunit: >=5.2
README
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