library phpunit-pretty-print
Prettify PHPUnit output
webberwu/phpunit-pretty-print
Prettify PHPUnit output
- Tuesday, June 5, 2018
- by webberwu
- Repository
- 1 Watchers
- 0 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 6 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
phpunit-pretty-print
Forked from sempro/phpunit-pretty-print:1.0.3, (*1)
, (*2)
, (*3)
Installation
composer require webberwu/phpunit-pretty-print --dev
Usage
You can specify the printer to use on the phpunit command line:, (*4)
php vendor/bin/phpunit --printer 'Webber\PHPUnitPrettyPrinter\PrettyPrinter' tests/
Optionally, you can add it to your project's phpunit.xml
file instead:, (*5)
<phpunit
bootstrap="bootstrap.php"
colors="true"
printerClass="Webber\PHPUnitPrettyPrinter\PrettyPrinter">
dev-master
9999999-dev
Prettify PHPUnit output
Sources
Download
MIT
The Requires