Skip to content

Releases: mlively/idea-php-phake

v0.1

27 May 04:30
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Initial release of the plugin

  • First parameter of calls to Phake::mock(), Phake::partialMock(), and Phake::partMock() auto completes to class names
  • Type information is passed on from verify and when calls. They will now auto complete the methods of the underlying mock class automatically.

After Downloading the jar file you can install it from the plugin preferences by using the "Install Plugin From Disk" option. This is tested in phpStorm 7 and 8. This is a pre-release version and feedback is very welcome.