3.1.0: Method Assertions
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
- Cleanup (3.1) by @bbatsche in #85
- Method Assertions by @bbatsche in #86
- Method Docs by @bbatsche in #88
Full Changelog: https://github.com/bbatsche/Verify/compare/3.0.0…3.1.0