codeception/verify
Tiny BDD-style assertion wrapper for PHPUnit/Codeception. Use verify() and Verify::Array/Callable for readable, chainable expectations like equals, contains, greater/less, true/false/null, empty/notEmpty, throws/doesNotThrow—closer to natural language.
expect function now works with expectations instead of verifiers.(42 new verifiers!)supported_verifiers.md documentation.Improved code quality and maintainability.
Used strict types and namespaces.
Created exception InvalidVerifyException.php in case verify is used with some invalid data.
Added documentation for all verifiers.
Divided the verifiers into traits depending on the type of data they verify.
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.
How can I help you explore Laravel packages today?