-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 / @uses annotations for interfaces #3195
Labels
feature/code-coverage
Issues related to code coverage (but not php-code-coverage)
feature/metadata
Issues related to attributes and annotations
type/enhancement
A new idea that should be implemented
Comments
|
sebastianbergmann
added a commit
that referenced
this issue
Jul 10, 2018
Since 7.4 is out, I guess that this should be moved to milestone 7.5 |
Superseded by #5734. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/code-coverage
Issues related to code coverage (but not php-code-coverage)
feature/metadata
Issues related to attributes and annotations
type/enhancement
A new idea that should be implemented
Suggested by @spriebsch:
@covers AnInterface
should raise a warning (as there is no point in trying to cover an interface)@uses AnInterface
should allow any implementation of the specified interfaceThe text was updated successfully, but these errors were encountered: