Skip to content

0.15.0 - PHPUnit 5 RIP Release

Compare
Choose a tag to compare
@julianseeger julianseeger released this 13 Jun 20:13

This is going to be the last release supporting PHPUnit 5.
The namespace changes from PHPUnit 5 to 6 cannot be supported simultanuously by paratest, thus we are dropping support for PHPUnit 5 AFTER this release.

Contained changes:

  • #238 Switch to ubuntu trusty beta, to continue hhvm CI support in ~0.14 releases
  • #241 Allow multiple classes in one phpunit test file.

Thanks to @TysonAndre for the contribution.