yoannrenard / phpunit-desktop-notifier
Get a desktop notification when PHPUnit has finished to run your tests
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/yoannrenard/phpunit-desktop-notifier
Requires
- php: >=5.5.9
- jolicode/jolinotif: ^1.0
- phpunit/phpunit: ^4.5
This package is auto-updated.
Last update: 2025-10-10 05:49:23 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