Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 441 Bytes

PHPUnit result printer

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"
    >