2017 © Pedro Peláez
 

library phpunit-notifier

Desktop notifications for PHPUnit

image

junaidnasir/phpunit-notifier

Desktop notifications for PHPUnit

  • Wednesday, January 24, 2018
  • by junaidnasir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PHPUnit Notifier

Demo, (*1)

Use composer to install on your project:, (*2)

$ composer require --dev "mdarse/phpunit-notifier"

To set up, just register PHPUnitNotifier\NotifierListener in the listeners section of you phpunit.xml., (*3)

Example of PHPUnit XML configuration:, (*4)

<?xml version="1.0" encoding="UTF-8"?>
<phpunit>
    <testsuites>
        <testsuite name="Test Suite">
            <directory>tests</directory>
        </testsuite>
    </testsuites>
    <listeners>
        <listener class="PHPUnitNotifier\NotifierListener"></listener>
    </listeners>
</phpunit>

There is no supported mean to globally setup the notifier for every project, but here is a dirty workaround., (*5)

The Versions

24/01 2018

dev-master

9999999-dev

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse

test phpunit notification

24/01 2018

v1.0.4

1.0.4.0

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse

test phpunit notification

24/01 2018

v1.0.3

1.0.3.0

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse

test phpunit notification

09/04 2015

v1.0.2

1.0.2.0

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse

test phpunit notification

03/04 2015

v1.0.1

1.0.1.0

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse

test phpunit notification

03/04 2015

v1.0.0

1.0.0.0

Desktop notifications for PHPUnit

  Sources   Download

MIT

The Requires

 

by Mathieu Darse