Closed pamil closed 5 years ago
Dropped support for PHP 5.6 and 7.0 since PHPUnit 8 requires void return typehint for setUp method. These PHP versions aren't supported by PHP itself and a minor release can be published without it being a BC break.
void
setUp
Thanks for your contributions! I've merged and released a new version (v1.1.0).
v1.1.0
Dropped support for PHP 5.6 and 7.0 since PHPUnit 8 requires
void
return typehint forsetUp
method. These PHP versions aren't supported by PHP itself and a minor release can be published without it being a BC break.