Mockery v0.9.4 Release Notes

    • shouldIgnoreMissing will respect global allowMockingNonExistentMethods config
    • ๐Ÿ‘ Some support for variadic parameters
    • Hamcrest is now a required dependency
    • ๐Ÿคก Instance mocks now respect shouldIgnoreMissing call on control instance
    • ๐Ÿ‘ This will be the last version to support PHP 5.3
    • โž• Added Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration trait
    • โž• Added makePartial to Mockery\MockInterface as it was missing