Skip to content

Releases: Codeception/module-asserts

3.0.0

20 Feb 10:53
1b6b150
Compare
Choose a tag to compare
  • Codeception 5 support

2.0.1

18 Dec 17:11
313673c
Compare
Choose a tag to compare

What's Changed

2.0.0

07 Dec 15:06
ef4a270
Compare
Choose a tag to compare

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 with Codeception\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

21 Oct 16:49
59374f2
Compare
Choose a tag to compare
  • Support PHP 8 (no code changes)
  • Reverted docblock change to fix static analysis (#9 by @edwinkortman)

Support for full PHPUnit public API

28 Aug 08:10
Compare
Choose a tag to compare

Require lib-asserts 1.12+

20 Apr 07:28
79f13d0
Compare
Choose a tag to compare
1.2.1

Require lib-asserts 1.12+

New assertions

18 Apr 10:03
f9bfbb4
Compare
Choose a tag to compare

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

13 Nov 17:33
Compare
Choose a tag to compare
1.1.1

Documented that stringEnds functions were added in 1.1.0

Add assertStringEndsWith and assertStringEndsNotWith

12 Nov 16:47
Compare
Choose a tag to compare

Initial release

18 Oct 11:06
Compare
Choose a tag to compare
1.0.0

Exclude tests from composer packages