Verify

BDD Assertions for PHPUnit and Codeception

MIT License

Downloads
11.7M
Stars
145
Committers
23

Bot releases are hidden (Show)

Verify - 3.2.0 Latest Release

Published by Naktibalda 7 months ago

Verify - 3.1.0

Published by Naktibalda 9 months ago

Verify - 3.0.0

Published by Naktibalda over 1 year ago

  • Support for PHPUnit 10
  • Removed VerifyClass methods incompatible with PHPUnit 10:
    • hasAttribute
    • hasStaticAttribute
    • notHasAttribute
    • notHasStaticAttribute
Verify - 2.3.0

Published by Naktibalda over 1 year ago

  • Fixed PHPUnit constraint
  • This version supports PHPUnit 9 only
Verify - 2.2.0

Published by TavoNiievez almost 3 years ago

What's Changed

Full Changelog: https://github.com/Codeception/Verify/compare/2.1.1...2.2.0

Verify -

Published by Naktibalda almost 4 years ago

  • Support PHP 8
  • Fixed stringToContainString and stringToContainStringIgnoringCase (#49 by @Vetrinus)
Verify - PHPUnit 9 support

Published by Naktibalda over 4 years ago

  • Supports PHPUnit 9
  • equals and not equals methods use WithDelta version of asserts (@ricpelo)
  • added throws and doesNotThrow methods (@biserantonov)
Verify - Backport for PHPUnit 5 and PHP 5.6

Published by Naktibalda about 5 years ago

Backported all new assertions for PHPUnit 5 and PHP 5.6

Verify - Added specialized assertEquals methods

Published by Naktibalda about 5 years ago

  • equalsCanonicalizing
  • notEqualsCanonicalizing
  • equalsIgnoringCase
  • notEqualsIgnoringCase
  • equalsWithDelta
  • notEqualsWithDelta
Verify - PHPUnit 8 support

Published by Naktibalda about 5 years ago

  • Added a lot of new assertions.
  • Tests are executed with PHPUnit 8 too.
Verify - PHP7 release

Published by DavertMik almost 7 years ago

Verify - PHPUnit 6.x support

Published by DavertMik over 7 years ago

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

Verify - Added "delta" comparison for floats

Published by DavertMik over 7 years ago

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

Verify - Added a license

Published by DavertMik about 8 years ago

Verify - Minor improvements

Published by DavertMik over 8 years ago

#21 #23

Verify - 0.3.0

Published by DavertMik almost 9 years ago

Changelog

  • Removed deprecated "tag" assertion
  • Removed rare used and uninformative "select*" assertions