yoannrenard/phpunit-desktop-notifier
Composer 安装命令:
composer require yoannrenard/phpunit-desktop-notifier
包简介
Get a desktop notification when PHPUnit has finished to run your tests
README 文档
README
Get notified directly on your desktop that PHPUnit has finished to run your tests.
Installing Dependencies
Use Composer and run :
$> php composer.phar require --dev yoannrenard/phpunit-desktop-notifier
Requirements
- Composer
- PHP >=5.5.9
Usage
<phpunit ...> ... <listeners> ... <listener class="PHPUnitDesktopNotifier\Listener\PHPUnitDesktopNotifierListener" /> </listeners> </phpunit>
Run tests
$> bin/phpunit
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-04-21
