Haehnchen / idea-php-phpunit-plugin

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

Allow mark test folders as excluded in project/vendor #20

Open Koc opened 7 years ago

Koc commented 7 years ago

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 goes through them. Usually I'm just adding them to ignored forlders. But in typical Mage2 project we need mark it as excluded for each composer module.

It would be nice add per project option for marking tests (maybe only tests, located in vendors) as ignored folders.