Skip to content

Refactor how code unit information is passed from PHPUnit #519

Closed
@sebastianbergmann

Description

@sebastianbergmann

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions