Skip to content

Releases: SolidWorx/idea-php-phake-plugin

v1.1.0

26 Apr 15:51
Compare
Choose a tag to compare

Added

  • Support latest IntelliJ Platform

Changed

  • Update plugin template to latest version

v1.0.1

20 Jul 07:07
481198f
Compare
Choose a tag to compare

Added

  • Add support for partialMock and partMock

Fixed

  • Fix autocompletion when using mocks in class properties

v1.0.0

18 Jul 07:36
9bdf4f7
Compare
Choose a tag to compare

Added

  • Support autocompletion for mock classes when using Phake::mock
  • Support autocompletion for expectations when using Phake::when
  • Support autocompletion for method verification when using Phake::verify