bus-factor/phpunit-result-printer

Alternative result printer for PHPUnit.

0.5.0 2015-12-31 12:54 UTC

This package is auto-updated.

Last update: 2024-04-09 18:51:51 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"
    >