2.0.0
2.0.0 (2. December 2020)
This release contains breaking changes! Check the UPGRADE document to read more.
- #39 Added PHPUnit Polyfill. Allows Testing from PHP 7 to 8. Replace
assertContains()
withassertStringContainsString()
if needed. See the upgrade document