peridot-php/peridot-list-reporter
最新稳定版本:1.0.0
Composer 安装命令:
composer require peridot-php/peridot-list-reporter
包简介
A list reporter for the Peridot testing framework
README 文档
README
A simple list reporter for the Peridot testing framework.
##Usage
We recommend installing the reporter to your project via composer:
$ composer require --dev peridot-php/peridot-list-reporter:~1.0
You can register the reporter via your peridot.php file.
<?php use Peridot\Reporter\ListReporter\ListReporterPlugin; return function(EventEmitterInterface $emitter) { $list = new ListReporterPlugin($emitter); };
##Running reporter tests
You can run the reporter specs and also preview the reporter in action like so:
$ vendor/bin/peridot specs/ -r list
统计信息
- 总下载量: 7.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-12