Mockery v1.4.1 Release Notes

Release Date: 2020-07-09 // almost 4 years ago
    • ๐Ÿ‘ Allow quick definitions to use 'at least once' expectation
      ๐Ÿคก \Mockery::getConfiguration()->getQuickDefinitions()->shouldBeCalledAtLeastOnce(true) (#1056)
    • โž• Added provisional support for PHP 8.0 (#1068, #1072,#1079)
    • ๐Ÿ›  Fix mocking methods with iterable return type without specifying a return value (#1075)