diff --git a/src/bundle/Tests/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php b/src/bundle/Tests/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php index 95f60686..41d5dff8 100644 --- a/src/bundle/Tests/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php +++ b/src/bundle/Tests/SystemInfo/Collector/JsonComposerLockSystemInfoCollectorTest.php @@ -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' ); @@ -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' );