diff --git a/test/fixture/lcov.info b/share/lcov.info similarity index 100% rename from test/fixture/lcov.info rename to share/lcov.info diff --git a/test/ReportTest.php b/test/ReportTest.php index 6ff2d85..bb84c82 100644 --- a/test/ReportTest.php +++ b/test/ReportTest.php @@ -26,7 +26,7 @@ function testFromJson(): void { #[TestDox("::parse()")] function testParse(): void { - $report = Report::parse(file_get_contents("test/fixture/lcov.info") ?: ""); + $report = Report::parse(file_get_contents("share/lcov.info") ?: ""); // It should have a test name. assertThat($report->testName, equalTo("Example"));