Skip to content

Releases: Codeception/Verify

3.2.0

28 Mar 09:58
2e5e707
Compare
Choose a tag to compare

3.1.0

04 Feb 12:48
f19c34e
Compare
Choose a tag to compare

3.0.0

09 Feb 07:36
Compare
Choose a tag to compare
  • Support for PHPUnit 10
  • Removed VerifyClass methods incompatible with PHPUnit 10:
    • hasAttribute
    • hasStaticAttribute
    • notHasAttribute
    • notHasStaticAttribute

2.3.0

09 Feb 07:30
2f8f5ce
Compare
Choose a tag to compare
  • Fixed PHPUnit constraint
  • This version supports PHPUnit 9 only

2.2.0

07 Dec 15:11
5fc4c96
Compare
Choose a tag to compare

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

18 Dec 16:22
1cdac18
Compare
Choose a tag to compare
  • Support PHP 8
  • Fixed stringToContainString and stringToContainStringIgnoringCase (#49 by @Vetrinus)

2.1.0

03 Sep 04:48
11fa56c
Compare
Choose a tag to compare
  • 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

31 Aug 12:31
Compare
Choose a tag to compare
  • 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

31 Aug 03:03
252fe61
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Pre-release of the new version of Verify.

1.5.0

29 Aug 00:39
ebf833c
Compare
Choose a tag to compare

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).