Skip to content

Commit

Permalink
IBX-385: Fixed tests failing after merge-up (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Oboza authored May 29, 2021
1 parent d2b3750 commit aa15576
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ public function testCollectJsonFileNotFound(): void
public function testCollectLockFileCorrupted(): void
{
$composerCollectorCorrupted = new JsonComposerLockSystemInfoCollector(
$this->versionStabilityChecker,
__DIR__ . '/_fixtures/corrupted_composer.lock',
__DIR__ . '/_fixtures/composer.json'
);
Expand All @@ -139,6 +140,7 @@ public function testCollectLockFileCorrupted(): void
public function testCollectJsonFileCorrupted(): void
{
$composerCollectorCorrupted = new JsonComposerLockSystemInfoCollector(
$this->versionStabilityChecker,
__DIR__ . '/_fixtures/composer.lock',
__DIR__ . '/_fixtures/corrupted_composer.json'
);
Expand Down

0 comments on commit aa15576

Please sign in to comment.