kujira/phpunit-printer
Composer 安装命令:
composer require kujira/phpunit-printer
包简介
A PhpUnit result printer
README 文档
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.
统计信息
- 总下载量: 42.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 21
- 点击次数: 2
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-06-29
