Haehnchen / idea-php-phpunit-plugin

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

Missing support for #[DataProvider] attributes #89

Closed enumag closed 1 year ago

enumag commented 1 year ago

Code sample: https://docs.phpunit.de/en/10.1/writing-tests-for-phpunit.html#data-providers

The new #[DataProvider] attribute should have the same support as the now deprecated @dataProvider annotation.