phpunit-testlistener-vcr icon indicating copy to clipboard operation
phpunit-testlistener-vcr copied to clipboard

Cant recognize @vcr annotation within single line comment

Open csiszarattila opened this issue 6 years ago • 0 comments

I know its an edge case, but TestListener dont recognize @vcr tag, if you use it with single line comments:

Not working:

 /** @vcr vcr.yaml */
function testSomething

Working:

/** 
* @vcr vcr.yaml 
*/
function testSomething

csiszarattila avatar Feb 07 '19 15:02 csiszarattila