Skip to content

Releases: Codeception/lib-asserts

2.1.0

10 Feb 18:37
b8c7dff
Compare
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
Compare
Choose a tag to compare
  • Fix compatibility with PHPUnit 7 and 8.

2.0.0

17 Dec 15:50
df9c834
Compare
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
Compare
Choose a tag to compare

No code changes

Fix methods broken by 1.13.0

28 Aug 07:50
263ef0b
Compare
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
Compare
Choose a tag to compare

PHPUnit 9 Deprecations

17 Apr 18:22
acd0dc8
Compare
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.

Support PHPUnit 9

11 Feb 10:46
1fdc310
Compare
Choose a tag to compare

This branch only works with PHPUnit 8.4 and 9 and doesn't depend on phpunit-wrapper.

Support PHPUnit 9.0

07 Feb 17:49
74bfe43
Compare
Choose a tag to compare
1.2.0

Support PHPUnit 9

rerelease

23 Nov 21:14
Compare
Choose a tag to compare
1.10.1

Dropped dependency on phpunit-wrapper