You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to comment, why it's OK for a test to @uses a different class, or method like
/** * @uses Foo\Bar This is a value object */
This fails with
Trying to @cover or @use not existing class or interface "Foo\Bar This is a value object".
Because it is not possible to refer to a class, or method with a whitespace PHPUnit should only take the first word after the annotation and should leave everything else as a comment
The text was updated successfully, but these errors were encountered:
I'd like to comment, why it's OK for a test to
@uses
a different class, or method likeThis fails with
Because it is not possible to refer to a class, or method with a whitespace PHPUnit should only take the first word after the annotation and should leave everything else as a comment
The text was updated successfully, but these errors were encountered: