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
PHPUnit turns code unit information (@covers class::method, for instance) into filename and line numbers information which this component then uses but has to convert back into code unit information when, for instance, a CoveredCodeNotExecutedException has to be raised.
It would be better for PHPUnit to pass lists of code units (from @covers and @uses annotations) to this component instead.