Skip to content

Releases: phpstan/phpstan-mockery

0.12.10

12 Dec 14:36
Compare
Choose a tag to compare

0.12.9

12 Dec 14:26
Compare
Choose a tag to compare
0.12.9

0.12.8

12 Dec 14:20
Compare
Choose a tag to compare
0.12.8

0.11.3

15 Aug 06:54
Compare
Choose a tag to compare
  • Support for makePartial() (8f3f0dc), #7
  • Fix compatibility with newer version of Mockery that typehints the LegacyMockInterface (eb3cc15)

0.11.2

19 Jul 21:05
Compare
Choose a tag to compare

Support complex mock syntax:

  • alias:
  • overload:
  • Multiple interface names
  • Constructor arguments
  • Method declaration

Thanks to @bbatsche for this! (#6)

0.11.1

19 May 19:54
Compare
Choose a tag to compare

0.10.2

09 Sep 15:23
Compare
Choose a tag to compare

Fixed Call to an undefined method Mockery\CompositeExpectation::... #2, thanks @simPod!

0.10.1

13 Aug 20:18
Compare
Choose a tag to compare

Support for expects() method (#1) - thanks @msvrtan 😊

0.10

12 Aug 16:26
Compare
Choose a tag to compare

Initial release