I use PhpStorm and Prophecy in PHPUnit tests.

I used the PHPUnit Autocomplete Assistant plugin and it worked well until upgrading to PhpStorm 2016.1.1. The plugin is turned off and when loading PhpStorm it shows:

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

The author has not responded to his GitHub issues for a long time, so I started looking for alternatives, but haven’t found anything yet. Without such a plug-in, using Prophecy in PhpStorm is very inconvenient - a lot of false warnings, auto-completion does not work.

Are there other similar tools for PhpStorm and Prophecy?

    1 answer 1

    Half an hour ago we made a fork, which runs under the latest version:
    https://github.com/shopfe/phpuaca/releases/tag/1.3.2-beta

    shopfe also made a pull request, but was not accepted yet.
    https://github.com/maxfilatov/phpuaca/pull/22

    While you can remove the original plugin and install the fork. PhpStorm allows you to install a plugin from disk with a zip file:
    Settings > Plugins > Install plugin from disk...