tonicforhealth/phpunit-extend-report

Tool make junit_extended_report.xml with ID attr

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

This package is not auto-updated.

Last update: 2024-04-05 17:22:02 UTC


README

License Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Tool make junit_extended_report.xml with ID attr

Installation using Composer

$ composer require tonicforhealth/phpunit-extend-report

Usage

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

or in the phpunit.xml.dist add:

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