Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@covers in other annotations (e.g. @author) trip up code coverage #62

Closed
dharkness opened this issue Nov 5, 2010 · 1 comment
Closed

Comments

@dharkness
Copy link

True, it's probably not a good idea to put @Covers inside another annotation (is it even valid?), but this

/**
 * ...
 * @author bob added @covers annotations
 */

produces an error that the @Covers annotation "//*" is not valid.

@dharkness
Copy link
Author

Sorry, I meant to put this in PHP_CodeCoverage. I've added it there so feel free to delete it here.

axiac pushed a commit to axiac/phpunit that referenced this issue May 8, 2018
axiac pushed a commit to axiac/phpunit that referenced this issue May 8, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant