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

This package is auto-updated.

Last update: 2024-05-10 02:37:09 UTC


README

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