Skip to content

Commit

Permalink
Move the test fixtures to the "share" folder
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Jul 16, 2023
1 parent 2032feb commit e296378
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/ReportTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit e296378

Please sign in to comment.