yoannrenard/phpunit-desktop-notifier

当PHPUnit运行完测试时,获取桌面通知

1.0.2 2016-04-25 11:39 UTC

This package is auto-updated.

Last update: 2024-09-10 03:19:16 UTC


README

Build Status

当PHPUnit运行完测试时,直接在您的桌面上获取通知。

Demo

安装依赖项

使用Composer并运行

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

要求

用法

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

运行测试

$> bin/phpunit