mdarse/phpunit-notifier
最新稳定版本:v1.0.2
Composer 安装命令:
composer require mdarse/phpunit-notifier
包简介
Desktop notifications for PHPUnit
README 文档
README
Use composer to install on your project:
$ composer require --dev "mdarse/phpunit-notifier"
To set up, just register PHPUnitNotifier\NotifierListener in the listeners section of you phpunit.xml.
Example of PHPUnit XML configuration:
<?xml version="1.0" encoding="UTF-8"?> <phpunit> <testsuites> <testsuite name="Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <listeners> <listener class="PHPUnitNotifier\NotifierListener"></listener> </listeners> </phpunit>
There is no supported mean to globally setup the notifier for every project, but here is a dirty workaround.
统计信息
- 总下载量: 2.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 32
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-03