Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T19:23:13.000Z (about 7 years ago)
- Last Synced: 2024-09-25T19:17:30.418Z (about 1 month 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 filtersInstallation
============```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
```