Skip to content

Commit

Permalink
Merge pull request #8387 from paulbalandan/composer-json-test
Browse files Browse the repository at this point in the history
test: fix path name of composer.json
  • Loading branch information
kenjis authored Dec 29, 2023
2 parents 4c3f90c + 3c2522f commit c85b65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/AutoReview/ComposerJsonTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function testFrameworkRequireDevIsTheSameWithDevRequireDev(): void
$dependency,
$expectedVersion,
$fwRequireDev[$dependency],
clean_path(dirname(__DIR__, 2) . '/admin/framework/composer.json')
clean_path(dirname(__DIR__, 3) . '/admin/framework/composer.json')
));
}
}
Expand Down

0 comments on commit c85b65c

Please sign in to comment.