Mockery v1.3.5 Release Notes

Release Date: 2021-09-13 // over 2 years ago
    • ๐Ÿ›  Fix auto-generated return values with union types #1143
    • โž• Adds support for tentative types #1130
    • ๐Ÿ›  Fixes for PHP 8.1 Support (#1130 and #1140)
    • โž• Add method that allows defining a set of arguments the mock should yield #1133
    • โž• Added option to configure default matchers for objects \Mockery::getConfiguration()->setDefaultMatcher($class, $matcherClass) #1120