srmklive/phpunit-prettify

PHPUnit Pretty Result Printer

v1.2 2023-08-31 22:06 UTC

This package is auto-updated.

Last update: 2024-03-30 00:18:51 UTC


README

Software License Latest Version on Packagist StyleCI Build Status

Introduction

This package provides support to prettify PHPUnit results output for PHPUnit 6+.

Credits

This package is a fork of PHPUnit Result Printer by Mike Erickson:

E-Mail: codedungeon@gmail.com

Twitter: @codedungeon

Website: https://github.com/mikeerickson

Installation

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

composer require srmklive/phpunit-prettify

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

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

Or from Command-Line:

phpunit --printer=Srmklive\\PHPUnitPrettify\\Printer

Screenshot

Screenshot