tonicforhealth/phpunit-extend-report

Tool make junit_extended_report.xml with ID attr

Maintainers

Package info

github.com/tonicforhealth/phpunit-extend-report

pkg:composer/tonicforhealth/phpunit-extend-report

Statistics

Installs: 21

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-03-07 01:49:50 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>