2.10.2
Improvements
- Allow using
@linkinstead of@usesfor tests to avoid PHPUnit clash (which wants to make it attributes).
Note: There is no auto-migration. Find and replace all occurances of @uses \... in your tests folder with the link replacement and only then switch on the feature toggle IdeHelper.preferLinkOverUsesInTests for it.