idea-php-phpunit-plugin icon indicating copy to clipboard operation
idea-php-phpunit-plugin copied to clipboard

IntelliJ IDEA / PhpStorm PHPUnit Enhancement Plugin

Results 25 idea-php-phpunit-plugin issues
Sort by recently updated
recently updated
newest added

It is better suggest public non-test method for `@dataProvider` annotation, For now it completes class names.

wontfix
JetBrains

It would be great if prophecies are recognized, that are defined in a parent class (e.g. in the `setUp()` method). For example: ```php class TheParentTest extends \PHPUnit\Framework\TestCase { /** *...

todo

Use case: install some big project with composer, for example Magento 2. Almost each Magento 2 module comes with tests. All of them are indexed. Also goto class/file or search...

As this plugin implements the support for Prophecy magic calls, it may be worth using this logic to support PhpSpec collaborators too. I'm not sure it actually belongs to this...

Hello, Could you implement an option, so we can rather run the 'Run test' intention with the arrows next to the line numbers, with Codeception instead of PHPunit? Codeception still...