tonicforhealth/phpunit-extend-report

工具,用于生成带有ID属性的junit_extended_report.xml

v0.1.0 2016-04-28 13:40 UTC

This package is not auto-updated.

Last update: 2024-09-20 19:15:33 UTC


README

License Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

工具,用于生成带有ID属性的junit_extended_report.xml

使用 Composer 安装 Composer

$ composer require tonicforhealth/phpunit-extend-report

用法

phpunit —printer TonicForHealth\Test\Util\Log\JUnitExtended

或在 phpunit.xml.dist 中添加

<listeners>
    <listener class="TonicForHealth\\Test\\Util\\Log\\JUnitExtended" />
 <listeners>