Releases: paratestphp/paratest
Releases · paratestphp/paratest
Globbing support
#121 Add globbing support like a native phpunit
Coverage support for the WrapperRunner
Support suffix in test suite configurations
PHPUnit test failures cause test run to fail
#110 PHPUnit test failures should cause test run to fail
fixes a bug thats a result of phpunits bug sebastianbergmann/phpunit#1317 (see #109 for details)
tolerance for chdir
fixed #100 where a chdir call in the bootstrap file caused incorrect behavior
libxml fix
PHPUnit 4.x compatibility
This tag is to indicate the compatibility to PHPUnit 4.x.
Further changes since v0.6.1:
- new option --stop-on-failure
- new option --exclude-group
- test loading improvements (non PSR-0)
- some minor bugfixes