Skip to content

3.1.0: Method Assertions

Compare
Choose a tag to compare
@bbatsche bbatsche released this 07 Oct 22:57
· 27 commits to master since this release
cb5673a

Assertions about an object’s methods can now be performed much like attributes. There was some additional refactoring of attribute based assertions that lead to better isolation, less code, and support for dynamic attributes if an object has a __get() method.

Pull Requests

Full Changelog: https://github.com/bbatsche/Verify/compare/3.0.0…3.1.0