Skip to content

2.10.2

Choose a tag to compare

@dereuromark dereuromark released this 30 Jun 10:34
· 45 commits to master since this release
cece0b9

Improvements

  • Allow using @link instead of @uses for 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.