https://github.com/humbug/phpunit-extensions
  
  
    Extensions for PHPUnit for Humbug 
    https://github.com/humbug/phpunit-extensions
  
humbug phpunit
        Last synced: 28 days ago 
        JSON representation
    
Extensions for PHPUnit for Humbug
- Host: GitHub
- URL: https://github.com/humbug/phpunit-extensions
- Owner: humbug
- License: bsd-3-clause
- Archived: true
- Created: 2015-01-25T17:03:25.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T19:23:13.000Z (about 8 years ago)
- Last Synced: 2025-01-17T15:27:11.339Z (10 months ago)
- Topics: humbug, phpunit
- Language: PHP
- Size: 43.9 KB
- Stars: 17
- Watchers: 6
- Forks: 4
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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
          
        
      
    
  
```