webberwu / phpunit-pretty-print
美化PHPUnit输出
1.0.0
2018-06-05 09:22 UTC
Requires
- php: >=7.0.0
- phpunit/phpunit: >=6.0.0
This package is auto-updated.
Last update: 2024-09-21 20:01:00 UTC
README
从sempro/phpunit-pretty-print:1.0.3分叉而来
安装
composer require webberwu/phpunit-pretty-print --dev
用法
您可以在phpunit命令行中指定要使用的打印器
php vendor/bin/phpunit --printer 'Webber\PHPUnitPrettyPrinter\PrettyPrinter' tests/
可选地,您也可以将其添加到项目的phpunit.xml文件中
<phpunit bootstrap="bootstrap.php" colors="true" printerClass="Webber\PHPUnitPrettyPrinter\PrettyPrinter">
