cybercog / phpunit-pretty-print

Prettify PHPUnit output

Home Page:https://packagist.org/packages/sempro/phpunit-pretty-print

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phpunit-pretty-print

Prettify PHPUnit output

PRs Welcome eslint

phpunit-pretty-print

Installation

composer require sempro/phpunit-pretty-print --dev

Usage

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">

License

MIT © Sempro AS

About

Prettify PHPUnit output

https://packagist.org/packages/sempro/phpunit-pretty-print

License:MIT License


Languages

Language:PHP 100.0%