2017 © Pedro Peláez
 

library phpunit-pretty-print

Prettify PHPUnit output

image

sempro/phpunit-pretty-print

Prettify PHPUnit output

  • Monday, April 16, 2018
  • by sempro
  • Repository
  • 7 Watchers
  • 27 Stars
  • 7,518 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 6 Forks
  • 2 Open issues
  • 8 Versions
  • 97 % Grown

The README.md

phpunit-pretty-print

✅ Make your PHPUnit output beautiful, (*1)

Build Status Packagist Packagist PRs Welcome psr-2, (*2)

Installation

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

This package requires >=7.0.0 of PHPUnit., (*3)

If you're running on 6.x, please use version 1.0.3., (*4)

If you are running on 9.x use the \Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9 class, (*5)

Usage

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

For PhpUnit < 9, use the following:, (*7)

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

For PhpUnit >= 9, use the following:, (*8)

php vendor/bin/phpunit --printer 'Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9' tests/

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

<phpunit
    bootstrap="bootstrap.php"
    colors="true"
    printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9">

phpunit-pretty-print, (*10)

Optional

To view progress while tests are running you can set PHPUNIT_PRETTY_PRINT_PROGRESS=true as environment variable on your server or within your phpunit.xml config file., (*11)

<phpunit>
    <php>
        <env name="PHPUNIT_PRETTY_PRINT_PROGRESS" value="true" />
    </php>
</phpunit>

License

MIT © Sempro AS, (*12)

The Versions

16/04 2018

dev-develop

dev-develop

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

16/04 2018

dev-master

9999999-dev

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

16/04 2018

1.0.5

1.0.5.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

13/02 2018

1.0.4

1.0.4.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

24/01 2018

1.0.3

1.0.3.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

26/12 2017

1.0.2

1.0.2.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

24/12 2017

1.0.1

1.0.1.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires

 

01/12 2017

1.0.0

1.0.0.0

Prettify PHPUnit output

  Sources   Download

MIT

The Requires