Releases: Codeception/module-asserts
Releases · Codeception/module-asserts
3.1.0
3.0.0
- Codeception 5 support
2.0.1
What's Changed
- Removed the use statement to not make static analysis trip over by @Rockylars in #19
- Update dependencies by @TavoNiievez in #20
2.0.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #13 and #17
- Replace
Codeception\Util\Stub
withCodeception\Stub
in tests by @Naktibalda in #11 - The changelog has been added to the Readme file, by @Arhell in #16
Full Changelog: 1.3.1...2.0.0
PHP8 support
- Support PHP 8 (no code changes)
- Reverted docblock change to fix static analysis (#9 by @edwinkortman)
Support for full PHPUnit public API
Require lib-asserts 1.12+
1.2.1 Require lib-asserts 1.12+
New assertions
Added new assertion methods:
- assertMatchesRegularExpression
- assertDoesNotMatchRegularExpression
- assertFileDoesNotExist
They were introduced in PHPUnit 9 to replace older method names, but Asserts module makes them work with older versions of PHPUnit too.
Documented that stringEnds functions were added in 1.1.0
1.1.1 Documented that stringEnds functions were added in 1.1.0
Add assertStringEndsWith and assertStringEndsNotWith
1.1.0 Updated documentation.md