This commit provides full compatibility with PHPUnit 8 while still maintaining compatibility with v7. This allows users to have an even easier upgrade path. We may remove support for v7 in a next release.
I've added a new test class which will fail if tested with PHPUnit 8 that indicates the required void return type on the tearDown and setUp methods.
Sending this to master because this is a breaking change.
This commit provides full compatibility with PHPUnit 8 while still maintaining compatibility with v7. This allows users to have an even easier upgrade path. We may remove support for v7 in a next release.
I've added a new test class which will fail if tested with PHPUnit 8 that indicates the required void return type on the
tearDown
andsetUp
methods.Sending this to master because this is a breaking change.