We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980401b commit 2ee24ecCopy full SHA for 2ee24ec
tests/Domain/Insights/Composer/ComposerMustBeValidTest.php
@@ -47,7 +47,7 @@ public function testComposerIsValidWithDisabledVersionCheck(): void
47
{
48
$path = __DIR__ . '/Fixtures/WithVersion';
49
$collector = new Collector([$path], PathShortener::extractCommonPath([$path]));
50
- $insight = new ComposerMustBeValid($collector, ['composerVersionCheck' => false]);
+ $insight = new ComposerMustBeValid($collector, ['composerVersionCheck' => 0]);
51
52
self::assertTrue($insight->hasIssue());
53
self::assertIsArray($insight->getDetails());
0 commit comments