bus-factor/phpunit-result-printer

Alternative result printer for PHPUnit.

Installs: 6 572

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bus-factor/phpunit-result-printer

0.5.0 2015-12-31 12:54 UTC

This package is auto-updated.

Last update: 2025-10-09 22:02:41 UTC


README

This alternative PHPUnit result printer provides a compact test result presentation.

Screenshot

Installation

Add the following in your phpunit.xml:

<phpunit
    printerFile="./vendor/bus-factor/phpunit-result-printer/src/ResultPrinter.php"
    printerClass="PhpunitResultPrinter\ResultPrinter"
    >