Skip to content

Releases: paratestphp/paratest

Symfony process builder

15 Nov 18:53
Compare
Choose a tag to compare

#78 Use Symfony's ProcessBuilder to safely build phpunit command. (included in #123 )
#124 add scrutinizer ci support

Globbing support

04 Nov 20:47
Compare
Choose a tag to compare

#121 Add globbing support like a native phpunit

Coverage support for the WrapperRunner

24 Oct 10:37
Compare
Choose a tag to compare

#115 and #117 add coverage support for the WrapperRunner

Support suffix in test suite configurations

17 Oct 14:27
Compare
Choose a tag to compare

#116 Support suffix in test suite configurations ( fixes/implements #33 )

  • HHVM support in tests

PHPUnit test failures cause test run to fail

17 Oct 13:43
Compare
Choose a tag to compare

#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

24 Jul 10:07
Compare
Choose a tag to compare

fixed #100 where a chdir call in the bootstrap file caused incorrect behavior

libxml fix

20 May 10:54
Compare
Choose a tag to compare
  • #90 "load configuration even if libxml entity loader is disabled"
  • in the meantime, phpunit was fixed for #89

PHPUnit 4.x compatibility

17 Apr 21:39
Compare
Choose a tag to compare

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