2017 © Pedro Peláez
 

library test-printer

Make the console output useful while the tests are running.

image

copacetic/test-printer

Make the console output useful while the tests are running.

  • Thursday, April 12, 2018
  • by defenestrator
  • Repository
  • 1 Watchers
  • 1 Stars
  • 94 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

, (*1)

Defenestrator Test Printer

Rather than see a string of dots and letters, get some darn information as your tests are running., (*2)

, (*3)

Installation

Install Defenestrator Test Result Printer with composer:, (*4)

composer require --dev defenestrator/test-printer

You may alternatively include the project in your composer.json:, (*5)

    {
        "require-dev": {
            "defenestrator/test-printer": ">=3.0.0"
        }
    }

If you don't use composer, you can simply download and save TestResultPrinter.php wherever you want. You should seriously use composer, dork., (*6)

Usage

To use the TestResultPrinter class, specify it in the root <phpunit> element of phpunit.xml., (*7)

<phpunit
    colors="true"
    printerClass="Defenestrator\TestResultPrinter"
    >
    ...
</phpunit>

The Versions

12/04 2018

dev-master

9999999-dev https://github.com/copacetic-co/test-printer

Make the console output useful while the tests are running.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

phpunit php formatter unit test resultprinter test printer result printer

12/04 2018

3.0.2

3.0.2.0 https://github.com/copacetic-co/test-printer

Make the console output useful while the tests are running.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

phpunit php formatter unit test resultprinter test printer result printer

16/03 2018

v3.0.1

3.0.1.0 https://github.com/copacetic-co/test-printer

Make the console output useful while the tests are running.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

phpunit php formatter unit test resultprinter test printer result printer

15/03 2018

1.0.0

1.0.0.0 https://github.com/copacetic-co/test-printer

Make the console output useful while the tests are running.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

phpunit php formatter unit test resultprinter test printer