Skip to content

Releases: Codeception/lib-asserts

Support for full PHPUnit public API

Choose a tag to compare

@Naktibalda Naktibalda released this 28 Aug 07:08
f6dd77f

PHPUnit 9 Deprecations

Choose a tag to compare

@Naktibalda Naktibalda released this 17 Apr 18:22
acd0dc8

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

Choose a tag to compare

@Naktibalda Naktibalda released this 11 Feb 10:46
1fdc310

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

Support PHPUnit 9.0

Choose a tag to compare

@Naktibalda Naktibalda released this 07 Feb 17:49
74bfe43
1.2.0

Support PHPUnit 9

rerelease

Choose a tag to compare

@Naktibalda Naktibalda released this 23 Nov 21:14
1.10.1

Dropped dependency on phpunit-wrapper

Dropped dependency on phpunit-wrapper

Choose a tag to compare

@Naktibalda Naktibalda released this 23 Nov 20:28

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

Choose a tag to compare

@Naktibalda Naktibalda released this 13 Nov 17:29
1.1.1

Documented that stringEnds functions were added in 1.1.0

Added assertStringEndsWith and assertStringEndsNotWith

Choose a tag to compare

@Naktibalda Naktibalda released this 12 Nov 16:31
4d79a3c
Merge pull request #1 from W0rma/add-assert-string-ends-with

Add assertStringEndsWith and assertStringEndsNotWith

Initial release

Choose a tag to compare

@Naktibalda Naktibalda released this 16 Sep 20:06
1.0.0

Add package files