webberwu/phpunit-pretty-print
Composer 安装命令:
composer require webberwu/phpunit-pretty-print
包简介
Prettify PHPUnit output
README 文档
README
Forked from sempro/phpunit-pretty-print:1.0.3
Installation
composer require webberwu/phpunit-pretty-print --dev
Usage
You can specify the printer to use on the phpunit command line:
php vendor/bin/phpunit --printer 'Webber\PHPUnitPrettyPrinter\PrettyPrinter' tests/
Optionally, you can add it to your project's phpunit.xml file instead:
<phpunit bootstrap="bootstrap.php" colors="true" printerClass="Webber\PHPUnitPrettyPrinter\PrettyPrinter">
统计信息
- 总下载量: 135
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-05
