Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/humbug/phpunit-extensions

Extensions for PHPUnit for Humbug
https://github.com/humbug/phpunit-extensions

humbug phpunit

Last synced: about 1 month ago
JSON representation

Extensions for PHPUnit for Humbug

Awesome Lists containing this project

README

        

Humbug PHPUnit Extensions
=========================

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

Installation
============

```json
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.

```xml





/path/to/times.json





```