yoannrenard / phpunit-desktop-notifier

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:PHP 100.0%