vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

Use @testdox annotation as a more human readable name for tests in the explorer sidebar

Open AlmightyTritan opened this issue 6 years ago • 1 comments
trafficstars

One of the nicer parts about writing unit tests for other frameworks, such as Jest or Spock is the ability to have human readable test names. PHPUnit kind of does this by having the @testdox annotation in the DocBlock.

It would be super handy if the annotation could be used as the test name in the sidebar if present.

AlmightyTritan avatar Aug 13 '19 12:08 AlmightyTritan

I'm rewriting this project now, it will fix this issue at next version

recca0120 avatar Nov 22 '19 14:11 recca0120

supported

recca0120 avatar Apr 14 '23 03:04 recca0120