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
It would be great to have support for the @covers annotation like PHPUnit has. Ensuring you only cover code with your test that's actually meant to be covered.
I'm fully aware that this might be plenty of work. What do you think? Should this be a feature of this package?