Skip to content

yoannrenard/phpunit-desktop-notifier

Repository files navigation

phpunit-desktop-notifier

Build Status

Get notified directly on your desktop that PHPUnit has finished to run your tests.

Demo

Installing Dependencies

Use Composer and run :

$> php composer.phar require --dev yoannrenard/phpunit-desktop-notifier

Requirements

Usage

<phpunit ...>
    ...
    <listeners>
        ...
        <listener class="PHPUnitDesktopNotifier\Listener\PHPUnitDesktopNotifierListener" />
    </listeners>
</phpunit>

Run tests

$> bin/phpunit

About

Get notified directly on your desktop that PHPUnit has finished to run your tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages