zf2timo/phpunit-pretty-result-printer
最新稳定版本:2.0.0
Composer 安装命令:
composer require zf2timo/phpunit-pretty-result-printer
包简介
Prints Result of PHPUnit in a nicer format
README 文档
README
This Result Printer for PHPUnit shows more information in a more readable format during a test run
| Branch | Status | Dependency Status |
|---|---|---|
| master | ||
| develop |
Preview
Installation
Installation is provided via composer and can be done with the following command:
$ composer require --dev zf2timo/phpunit-pretty-result-printer
To activate the Printer for PHPUnit, just add it to your configuration XML:
<?xml version="1.0" encoding="UTF-8"?> <phpunit printerClass="zf2timo\PrettyResultPrinter\Printer"> // .... </phpunit>
Configuration
In some Environments like Travis, Jenkins or some old Bash Console the UTF-8 Characters ✘ and ✔ are not supported. You can enable the default PHPUnit symbols by exporting an environment variable:
$ export PHP_CI=true
$ php vendor/bin/phpunit
统计信息
- 总下载量: 26.56k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-17
