Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename CoverageLineData to TestLocation (#1)
As part of #1164, for more information see the TODOs in https://github.com/infection/infection/blob/4ce9b86d0f6eeabab6d9ea991b62858ba2e3736c/src/TestFramework/Coverage/TestLocations.php BC breaks: - Rename `CoverageLineData` to `TestLocation` - Rename `CoverageLineData::withMethod()` to `TestLocation::forMethod()` - Remove `CoverageLineData::with()` in favour of `TestLocation::__construct()` - Make the properties of `CoverageLineData` private and provide public accessors instead - Remove `TestFrameworkAdapter::JUNIT_FILE_NAME`
- Loading branch information