Releases: phpstan/phpstan-mockery
Releases · phpstan/phpstan-mockery
0.11.3
- Support for
makePartial()
(8f3f0dc), #7
- Fix compatibility with newer version of Mockery that typehints the LegacyMockInterface (eb3cc15)
0.11.2
Support complex mock syntax:
alias:
overload:
- Multiple interface names
- Constructor arguments
- Method declaration
Thanks to @bbatsche for this! (#6)
0.10.2
Fixed Call to an undefined method Mockery\CompositeExpectation::...
#2, thanks @simPod!
0.10.1
Support for expects()
method (#1) - thanks @msvrtan 😊