kujira / phpunit-printer
A PhpUnit result printer
1.0.1
2014-07-05 15:29 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-05 02:54:49 UTC
README
A PhpUnit result printer
Requirements
- PHP 5.3.0 or later.
How it looks
Installation
composer global require "kujira/phpunit-printer:1.0.1"
Configuration
- Add to your phpunit.xml
<phpunit bootstrap="bootstrap.php" colors="true" printerFile="/home/biotope/.composer/vendor/kujira/phpunit-printer/src/Printer.php" printerClass="Kujira\PHPUnit\Printer" >
- Configure your php.ini default_charset to UTF-8
- Configure your terminal to display UTF-8 charset and use a UTF-8 compatible font like DejaVu Sans Mono
License
The Kujira result printer for PHPUnit is licensed under the MIT license.