Haehnchen / idea-php-phpunit-plugin

IntelliJ IDEA / PhpStorm PHPUnit Enhancement Plugin
MIT License
55 stars 11 forks source link

Autocompletion does not work for PHPUnit 8 #42

Closed someniatko closed 4 years ago

someniatko commented 5 years ago

Probably related to #39

Haehnchen commented 4 years ago

Tested with PhpStorm 2020.1 and phpunit 8.5. Found only one interface which i added, but was needed. But also fixed alot of other issues. Please valid in next release, if you still able to do so.

    "require": {
        "phpunit/phpunit": "^8.0"
    },