Releases: Codeception/lib-asserts
Releases · Codeception/lib-asserts
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
Dropped dependency on phpunit-wrapper
Requires PHPUnit 8.4, so this version can only be used on PHP 7.2+ and it is required by Codeception 5
Documented that stringEnds functions were added in 1.1.0
1.1.1 Documented that stringEnds functions were added in 1.1.0
Added assertStringEndsWith and assertStringEndsNotWith
Merge pull request #1 from W0rma/add-assert-string-ends-with Add assertStringEndsWith and assertStringEndsNotWith
Initial release
1.0.0 Add package files