Skip to content

Releases: Codeception/lib-asserts

3.0.1

23 Oct 13:00
72fc49a

Choose a tag to compare

3.0.1 (2025-10-23)

Bug Fixes

  • re-add assertNotContainsEquals() because it is still part of phpunit (5cd564a)

3.0.0

04 Sep 13:02

Choose a tag to compare

3.0.0 (2025-09-04)

2.2.0

10 Mar 20:42
06750a6

Choose a tag to compare

  • Add PHPStan assert PHPDoc annotations from PHPUnit by @Lkopo in #13
  • Reimplement assertions removed in PHPUnit 10/12 by @W0rma in #14

2.1.0

10 Feb 18:37
b8c7dff

Choose a tag to compare

  • 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

27 Sep 06:20

Choose a tag to compare

  • Fix compatibility with PHPUnit 7 and 8.

2.0.0

17 Dec 15:50
df9c834

Choose a tag to compare

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

21 Oct 16:27

Choose a tag to compare

No code changes

Fix methods broken by 1.13.0

28 Aug 07:50
263ef0b

Choose a tag to compare

Merge pull request #6 from Codeception/restore-wrapper-methods

Use wrapper methods again

Support for full PHPUnit public API

28 Aug 07:08
f6dd77f

Choose a tag to compare

PHPUnit 9 Deprecations

17 Apr 18:22
acd0dc8

Choose a tag to compare

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.