- Issue created by @smustgrave
- 🇮🇹Italy mondrake 🇮🇹
Maybe first step would be to file an issue upstream @ https://github.com/sebastianbergmann/phpunit/issues just to see if there's any interest to have such an attribute directly in PHPUnit?
Mentioned by @mstrelan in 📌 Prevent setup tasks running for tests that are always skipped Active
A better approach might be to introduce an attribute that can be put on the test method. That way it would be reusable, and it would still be obvious when looking at only the method that it should be skipped. Note that phpunit already has some attributes for this, but they are not quite suitable for these cases
NA
TBD
Investigate if feasible
Implement if yes
Review
NA
NA
New attribute
NA
NA
Active
11.0 🔥
phpunit
Maybe first step would be to file an issue upstream @ https://github.com/sebastianbergmann/phpunit/issues just to see if there's any interest to have such an attribute directly in PHPUnit?