yoannrenard / phpunit-desktop-notifier
Get a desktop notification when PHPUnit has finished to run your tests
1.0.2
2016-04-25 11:39 UTC
Requires
- php: >=5.5.9
- jolicode/jolinotif: ^1.0
- phpunit/phpunit: ^4.5
This package is auto-updated.
Last update: 2025-01-10 04:12:33 UTC
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