Use PHPUnit attributes over annotations#495
Conversation
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #495 +/- ##
=========================================
Coverage 96.61% 96.61%
Complexity 2173 2173
=========================================
Files 66 66
Lines 5054 5054
=========================================
Hits 4883 4883
Misses 171 171 ☔ View full report in Codecov by Sentry. |
|
It seems psalm can't detect the dataproviders as being used with the attributes yet |
Let's say not a big deal, phpstan can do it Else, run |
Since this project is PHPUnit 10, we might as well use the new attributes instead of the annotations
eea9f8e to
7eebef5
Compare
The PHPUnit plugin for Psalm doesn't understand it yet. |
|
Thank you @BackEndTea ! |
|
Thanks @williamdes |
Since this project is PHPUnit 10, we might as well use the new attributes instead of the annotations