Search code examples
phppluginsphpunitphpstormprophecy

Prophecy autocomplete in PhpStorm


I use PhpStorm and Prophecy in PHPUnit tests.

I used plugin PHPUnit Autocomplete Assistant and it worked well until I updated to PhpStorm 2016.1.1. Plugin is disabled and this message shows on PhpStorm launch:

Following plugins are incompatible with current IDE build: PHPUnit Autocomplete Assistant

Author doesn't answer for a week at his GitHub issues so I started looking for alternatives but cannot find any. Without such plugin Prophecy in PHPStorm is not pleasant - your editor is full of warnings, there are no autocompletes and so on.

Do you know any other tools for PHPStorm and Prophecy?


Solution

  • I forked the repo at gitHub and fixed the code - my merge request is open.

    until you could use: https://github.com/shopfe/phpuaca/releases/tag/1.3.2-beta

    best regards