Releases: Codeception/lib-asserts
Releases · Codeception/lib-asserts
2.1.0
- Reimplement property assertions removed from PHPUnit 10 by @Naktibalda in #12
- Use FQN in PHPDoc type hints for classes and interfaces by @Sweetchuck in #11
2.0.1
- Fix compatibility with PHPUnit 7 and 8.
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Updated code base to PHP 7.4 by @TavoNiievez in #9 .
Full Changelog: 1.13.2...2.0.0
Support PHP 8
No code changes
Fix methods broken by 1.13.0
Merge pull request #6 from Codeception/restore-wrapper-methods Use wrapper methods again
Support for full PHPUnit public API
PHPUnit 9 Deprecations
Undeprecated methods deprecated in PHPUnit 9:
- assertRegExp
- assertNotRegExp
- assertFileNotExists
Introduced new methods:
- assertMatchesRegularExpression
- assertDoesNotMatchRegularExpression
- assertFileDoesNotExist
This version depends on phpunit-wrapper and works with PHPUnit 5 - 9,
codeception-5 branch can be revived when we actually have Codeception 5.
Support PHPUnit 9
This branch only works with PHPUnit 8.4 and 9 and doesn't depend on phpunit-wrapper.
Support PHPUnit 9.0
1.2.0 Support PHPUnit 9
rerelease
1.10.1 Dropped dependency on phpunit-wrapper