Skip to content

Latest commit

 

History

History
executable file
·
47 lines (29 loc) · 1.17 KB

README.md

File metadata and controls

executable file
·
47 lines (29 loc) · 1.17 KB

CD PHPUnit Pretty Result Printer

Extend the default PHPUnit Result Printer with a modern, pretty printer!

PHPUnit Pretty Result Printer -- Packagist

Installation

Installation is provided via composer and can be done with the following command:

composer require --dev codedungeon/phpunit-result-printer

To activate the Printer for PHPUnit, just add it to your configuration XML:

<?xml version="1.0" encoding="UTF-8"?>
  <phpunit printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer">
    // ....
  </phpunit>

Or from Command-Line:

phpunit --printer=Codedungeon\\PHPUnitPrettyResultPrinter\\Printer

License

Copyright © 2017-2018 Mike Erickson Released under the MIT license

Credits

phpunit-result-printer written by Mike Erickson

E-Mail: [email protected]

Twitter: @codedungeon

Website: https://github.com/mikeerickson

Screenshot

Screenshot