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

Deprecate support for "ClassName<*>" as values for @covers and @uses annotations #3630

Closed
sebastianbergmann opened this issue Apr 26, 2019 · 2 comments
Assignees
Labels
type/backward-compatibility Something will be/is intentionally broken
Milestone

Comments

@sebastianbergmann
Copy link
Owner

sebastianbergmann commented Apr 26, 2019

PHPUnit 9 should raise a warning for the following annotations:

  • @covers ClassName::<public>
  • @covers ClassName::<protected>
  • @covers ClassName::<private>
  • @covers ClassName::<!public>
  • @covers ClassName::<!protected>
  • @covers ClassName::<!private>
  • @uses ClassName::<public>
  • @uses ClassName::<protected>
  • @uses ClassName::<private>
  • @uses ClassName::<!public>
  • @uses ClassName::<!protected>
  • @uses ClassName::<!private>
@sebastianbergmann sebastianbergmann added feature-removal type/backward-compatibility Something will be/is intentionally broken labels Apr 26, 2019
@sebastianbergmann sebastianbergmann added this to the PHPUnit 9.0 milestone Apr 26, 2019
@sebastianbergmann sebastianbergmann self-assigned this Apr 26, 2019
@sebastianbergmann sebastianbergmann changed the title Deprecate support for ClassName<*> as values for @covers and @uses annotations Deprecate support for "ClassName<*>" as values for @covers and @uses annotations Apr 26, 2019
@andrewnicols
Copy link
Contributor

Is there any documentation or information about what these will be replaced by?

@sebastianbergmann
Copy link
Owner Author

There will be no replacement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/backward-compatibility Something will be/is intentionally broken
Projects
None yet
Development

No branches or pull requests

2 participants