2017 © Pedro Peláez
 

library phpunit-tap

Provides a TAP result printer for PHPUnit.

image

gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  • Monday, July 23, 2018
  • by gh640
  • Repository
  • 1 Watchers
  • 3 Stars
  • 2,176 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 6 Versions
  • 31 % Grown

The README.md

gh640/phpunit-tap

Build Status, (*1)

A simple Composer package which provides a TAP result printer for PHPUnit., (*2)

capture, (*3)

Usage

Install the package with Composer., (*4)

$ composer require --dev gh640/phpunit-tap

Specify the TAP result printer with the --printer option when running phpunit. The printer's FQCN is gh640\PhpunitTap\TapResultPrinter., (*5)

$ phpunit --printer gh640\PhpunitTap\TapResultPrinter [your test file]

You can pipe the output to your favorite TAP reporter/formatter. See also sindresorhus/awesome-tap | GitHub., (*6)

$ phpunit --printer gh640\PhpunitTap\TapResultPrinter [your test file] | tap-dot
$ phpunit --printer gh640\PhpunitTap\TapResultPrinter [your test file] | tap-nyan
$ phpunit --printer gh640\PhpunitTap\TapResultPrinter [your test file] | tap-notify

Or, you can omit the option --printer by adding the option into your phpunit.xml., (*7)



<phpunit
  printerClass="gh640\PhpunitTap\TapResultPrinter"
>
</phpunit>

Dependencies

This package depends on the following packages., (*8)

  • phpunit/phpunit
  • symfony/yaml

For the detailed dependencies, please have a look at the Packagist page., (*9)

Issues

If you find an issue, please file it in the issue queue., (*10)

Issues · gh640/phpunit-tap · GitHub, (*11)

Reference

License

Licensed under the MIT license., (*12)

The Versions

23/07 2018

dev-master

9999999-dev https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter

23/07 2018

3.0.1

3.0.1.0 https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter

21/07 2018

dev-5-fix_uncaught_exception

dev-5-fix_uncaught_exception https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter

24/02 2018

3.0.0

3.0.0.0 https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter

20/01 2018

2.0.0

2.0.0.0 https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter

03/09 2017

1.0.0

1.0.0.0 https://github.com/gh640/phpunit-tap

Provides a TAP result printer for PHPUnit.

  Sources   Download

MIT

The Requires

 

by Goto Hayato

test phpunit tap phpunit reporter