Skip to content

Releases: Codeception/module-asserts

New assertions

Choose a tag to compare

@Naktibalda Naktibalda released this 18 Apr 10:03
f9bfbb4

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

Choose a tag to compare

@Naktibalda Naktibalda released this 13 Nov 17:33
1.1.1

Documented that stringEnds functions were added in 1.1.0

Add assertStringEndsWith and assertStringEndsNotWith

Choose a tag to compare

@Naktibalda Naktibalda released this 12 Nov 16:47
1.1.0

Updated documentation.md

Initial release

Choose a tag to compare

@Naktibalda Naktibalda released this 18 Oct 11:06
1.0.0

Exclude tests from composer packages