Mockery v1.2.3 Release Notes

Release Date: 2019-08-07 // over 4 years ago
    • 👍 Allow mocking classes that have allows and expects methods (#868)
    • Allow passing thru __call method in all mock types (experimental) (#969)
    • ➕ Add support for ! to blacklist methods (#959)
    • ➕ Added withSomeOfArgs to partial match a list of args (#967)
    • 🛠 Fix chained demeter calls with type hint (#956)