Releases: Codeception/Verify
Releases · Codeception/Verify
1.4.0
-
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
andphpunit-wrapper
.
PHPUnit 9 support
- Supports PHPUnit 9
- equals and not equals methods use WithDelta version of asserts (@ricpelo)
- added
throws
anddoesNotThrow
methods (@biserantonov)
Added specialized assertEquals methods
- equalsCanonicalizing
- notEqualsCanonicalizing
- equalsIgnoringCase
- notEqualsIgnoringCase
- equalsWithDelta
- notEqualsWithDelta
Backport for PHPUnit 5 and PHP 5.6
Backported all new assertions for PHPUnit 5 and PHP 5.6
PHPUnit 8 support
- Added a lot of new assertions.
- Tests are executed with PHPUnit 8 too.
PHP7 release
- Removed PHPUnit < 6 support
- Removed PHP < 7 support
- Improved autoloading
- Added simpler extending with
Codeception\Verify::$override
PHPUnit 6.x support
Support for PHPUnit 6. See #31 . by @Shockwave2k
Added "delta" comparison for floats
Now you can assert floats with additional $delta param, see #29
Added a license
Merge pull request #25 from greg-1-anderson/patch-1 Add "license" entry to composer.json