定制 zf2timo/phpunit-pretty-result-printer 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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 Build Status Dependency Status
develop Build Status Dependency Status

Preview

PHPUnitPrettyResultPrinter Screenshot

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

GitHub 信息

  • Stars: 6
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-12-17