Prettify PHPUnit output
composer require sempro/phpunit-pretty-print --dev
This package requires >=7.0.0 of phpunit. If you're running on version 6, please use version 1.0.3 of this package.
You can specify the printer to use on the phpunit command line:
php vendor/bin/phpunit --printer 'Sempro\PHPUnitPrettyPrinter\PrettyPrinter' tests/
Optionally, you can add it to your project's phpunit.xml
file instead:
<phpunit
bootstrap="bootstrap.php"
colors="true"
printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinter">
MIT © Sempro AS