Releases: Codeception/Verify
3.2.0
- Allow phpunit 11 by @icanhazstring in #58
- CI: Run tests on PHP 8.2 by @Naktibalda in #59
3.1.0
- Add objectHasProperty assertions by @particleflux in #57
3.0.0
- Support for PHPUnit 10
- Removed VerifyClass methods incompatible with PHPUnit 10:
hasAttribute
hasStaticAttribute
notHasAttribute
notHasStaticAttribute
2.3.0
- Fixed PHPUnit constraint
- This version supports PHPUnit 9 only
2.2.0
What's Changed
- PHP 7.4 or higher is required.
- Support PHP 8.1
- Updated code base to PHP 7.4 by @TavoNiievez in #52
Full Changelog: 2.1.1...2.2.0
2.1.1: Merge pull request #51 from Codeception/github-actions
2.1.0
- Added new expect-toBe and expect-notTo BDD Syntax.
- Added full documentation about Expectations.
- Fixed minor bugs.
- BC:
expect
function now works with expectations instead of verifiers.
2.0.0
- Support for Chained Verifiers.
- The Verify API is now fully based on the PHPUnit public API.
- Improved IDE autocompletion depending on the type of data you want to verify
- Simplified data validations.
- Improved code quality, performance and maintainability.
- See BC details in the UPGRADE.md file.
2.0.0-rc1
1.5.0
Support for full PHPUnit API, that means ~42 new verifiers!
(containsEquals, notContainsEquals, notSameSize, sameSize, directoryDoesNotExist, directoryExists, directoryIsNotReadable, directoryIsNotWritable, directoryIsReadable, directoryIsWritable, fileEqualsCanonicalizing, fileEqualsIgnoringCase, fileIsNotReadable, fileIsNotWritable, fileIsReadable, fileIsWritable, fileNotEqualsCanonicalizing, fileNotEqualsIgnoringCase, jsonFileNotEqualsJsonFile, jsonStringNotEqualsJsonFile, finite, infinite, isClosedResource, isIterable, isNotClosedResource, isNotIterable, nan, notFalse, notTrue, that, json, jsonStringNotEqualsJsonString, notRegExp, stringEqualsFileCanonicalizing, stringEqualsFileIgnoringCase, stringNotEqualsFileCanonicalizing, stringNotEqualsFileIgnoringCase, isNotReadable, isNotWritable, xmlFileNotEqualsXmlFile, xmlStringNotEqualsXmlFile, xmlStringNotEqualsXmlString)
.