2017 © Pedro PelĆ”ez
 

library phpunit-extensions

Collection of Listeners to log and manipulate test run order

image

padraic/phpunit-extensions

Collection of Listeners to log and manipulate test run order

  • Sunday, September 10, 2017
  • by padraicb
  • Repository
  • 5 Watchers
  • 16 Stars
  • 124,627 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

Humbug PHPUnit Extensions

A collection of extensions intended to allow for: * Timing of test and testsuite execution * Filter/Reorder test suites using custom filters, (*1)

Installation

require: {
   "padraic/phpunit-extensions": "~1.0@dev"
}

Configuration

Time Collector Listener

The Time Collector Listener logs timing data on tests and test suites for use by the time dependent filters. You can enable it using the following phpunit.xml snippet showing the listeners XML block., (*2)

  <listeners>
    <listener class="\Humbug\Phpunit\Listener\TimeCollectorListener">
      <arguments>
        <object class="\Humbug\Phpunit\Logger\JsonLogger">
          <arguments>
            <string>/path/to/times.json</string>
          </arguments>
        </object>
      </arguments>
    </listener>
  </listeners>

The Versions

10/09 2017

dev-master

9999999-dev

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

phpunit testing extension tests listener humbug

10/09 2017

1.1.0

1.1.0.0

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing extension tests listener humbug

06/01 2016

1.0.1

1.0.1.0

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing extension tests listener humbug

21/03 2015

1.0.0

1.0.0.0

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing extension tests listener humbug

10/03 2015

dev-reverted-commits

dev-reverted-commits

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

  • php >=5.4.0

 

The Development Requires

phpunit testing extension tests listener humbug

07/03 2015

dev-suites

dev-suites

Collection of Listeners to log and manipulate test run order

  Sources   Download

BSD-3-Clause

The Requires

 

phpunit testing extension tests listener humbug