wealthberry/testdox-reduced-output-printer
Composer 安装命令:
composer require wealthberry/testdox-reduced-output-printer
包简介
A PHPUnit result printer, variant of the TestDoxCli Printer, that reduces the test failure message size for better readability
README 文档
README
A PHPUnit result printer based on CliTestDoxPrinter, but with reduced output line count and line length.
Readability of results is much better for assertions with huge failure message strings. If you want to see the full messages, just omit the printer class option.
Installation
composer require --dev wealthberry/testdox-reduced-output-printer
Usage
You can use the printer with a phpunit command line parameter:
php vendor/bin/phpunit --printer 'Wealthberry\TestDox\CliTestDoxReducedOutputPrinter'
Or, by adding a printerClass property in phpunit.xml:
<phpunit bootstrap="bootstrap.php" colors="true" printerClass="Wealthberry\TestDox\CliTestDoxReducedOutputPrinter">
统计信息
- 总下载量: 30.73k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-08-31