Skip to content

Releases: Codeception/Verify

1.4.0

27 Aug 22:27
Compare
Choose a tag to compare
  • Used strict_types and namespaces.

  • Created exception InvalidVerifyException.php in case verify is used with some invalid data.

  • Added docs for all verifiers.

  • Added data validations with php issers functions and instanceof.

  • BC: equalXMLStructure and its corresponding test were removed.

  • BC: hasntKey verifier renamed to hasNotKey for clarity.

  • BC: Removed support for PHP 7.0 and its corresponding versions of PHPUnit and phpunit-wrapper.

PHPUnit 9 support

15 Feb 23:22
Compare
Choose a tag to compare
  • Supports PHPUnit 9
  • equals and not equals methods use WithDelta version of asserts (@ricpelo)
  • added throws and doesNotThrow methods (@biserantonov)

Added specialized assertEquals methods

24 Aug 13:59
532e526
Compare
Choose a tag to compare
  • equalsCanonicalizing
  • notEqualsCanonicalizing
  • equalsIgnoringCase
  • notEqualsIgnoringCase
  • equalsWithDelta
  • notEqualsWithDelta

Backport for PHPUnit 5 and PHP 5.6

24 Aug 14:47
Compare
Choose a tag to compare

Backported all new assertions for PHPUnit 5 and PHP 5.6

PHPUnit 8 support

30 Jul 18:23
fa0bb94
Compare
Choose a tag to compare
  • Added a lot of new assertions.
  • Tests are executed with PHPUnit 8 too.

PHP7 release

12 Nov 02:10
Compare
Choose a tag to compare

PHPUnit 6.x support

12 Jul 16:53
Compare
Choose a tag to compare

Support for PHPUnit 6. See #31 . by @Shockwave2k

Added "delta" comparison for floats

31 Jan 19:54
Compare
Choose a tag to compare

Now you can assert floats with additional $delta param, see #29

Added a license

01 Sep 15:19
Compare
Choose a tag to compare
Merge pull request #25 from greg-1-anderson/patch-1

Add "license" entry to composer.json

Minor improvements

14 Jul 20:23
Compare
Choose a tag to compare