2017 © Pedro Peláez
 

library phpunit-pretty-print

Prettify PHPUnit output

image

webberwu/phpunit-pretty-print

Prettify PHPUnit output

  • Tuesday, June 5, 2018
  • by webberwu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

phpunit-pretty-print

Forked from sempro/phpunit-pretty-print:1.0.3, (*1)

PRs Welcome eslint, (*2)

phpunit-pretty-print, (*3)

Installation

composer require webberwu/phpunit-pretty-print --dev

Usage

You can specify the printer to use on the phpunit command line:, (*4)

php vendor/bin/phpunit --printer 'Webber\PHPUnitPrettyPrinter\PrettyPrinter' tests/

Optionally, you can add it to your project's phpunit.xml file instead:, (*5)

<phpunit
    bootstrap="bootstrap.php"
    colors="true"
    printerClass="Webber\PHPUnitPrettyPrinter\PrettyPrinter">

The Versions

05/06 2018

dev-master

9999999-dev

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

05/06 2018

1.0.0

1.0.0.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires