Mockery v1.1.0 Release Notes

Release Date: 2018-05-08 // almost 6 years ago
    • ๐Ÿ‘ Allows use of string method names in allows and expects (#794)
    • ๐Ÿคก Finalises allows and expects syntax in API (#799)
    • ๐Ÿคก Search for handlers in a case instensitive way (#801)
    • ๐Ÿ—„ Deprecate allowMockingMethodsUnnecessarily (#808)
    • ๐Ÿ›  Fix risky tests (#769)
    • ๐Ÿ›  Fix namespace in TestListener (#812)
    • ๐Ÿ›  Fixed conflicting mock names (#813)
    • ๐Ÿคก Clean elses (#819)
    • โšก๏ธ Updated protected method mocking exception message (#826)
    • ๐Ÿคก Map of constants to mock (#829)
    • ๐Ÿคก Simplify foreach with in_array function (#830)
    • ๐Ÿคก Typehinted return value on Expectation#verify. (#832)
    • ๐Ÿ›  Fix shouldNotHaveReceived with HigherOrderMessage (#842)
    • ๐Ÿ—„ Deprecates shouldDeferMissing (#839)
    • โž• Adds support for return type hints in Demeter chains (#848)
    • โž• Adds shouldNotReceive to composite expectation (#847)
    • ๐Ÿ›  Fix internal error when using --static-backup (#845)
    • โž• Adds andAnyOtherArgs as an optional argument matcher (#860)
    • ๐Ÿ›  Fixes namespace qualifying with namespaced named mocks (#872)