Download the PHP package gh640/phpunit-tap without Composer
On this page you can find all versions of the php package gh640/phpunit-tap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gh640/phpunit-tap
More information about gh640/phpunit-tap
Files in gh640/phpunit-tap
Package phpunit-tap
Short Description Provides a TAP result printer for PHPUnit.
License MIT
Homepage https://github.com/gh640/phpunit-tap
Informations about the package phpunit-tap
gh640/phpunit-tap
A simple Composer package which provides a TAP result printer for PHPUnit.
Usage
Install the package with Composer.
$ 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
.
$ 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.
$ 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
.
Dependencies
This package depends on the following packages.
phpunit/phpunit
symfony/yaml
For the detailed dependencies, please have a look at the Packagist page.
Issues
If you find an issue, please file it in the issue queue.
Issues · gh640/phpunit-tap · GitHub
Reference
- PHPUnit
- TAP (Test Anything Protocol)
- Other PHPUnit printers: You might be interested in the other PHPUnit printers.
- whatthejeff/nyancat-phpunit-resultprinter - Packagist
- memio/pretty-printer - Packagist
- thru.io/json-pretty-printer - Packagist
- kujira/phpunit-printer - Packagist
- scriptfusion/phpunit-immediate-exception-printer - Packagist
- diablomedia/phpunit-pretty-printer - Packagist
- zf2timo/phpunit-pretty-result-printer - Packagist
License
Licensed under the MIT license.