Skip to content

Commit 2ee24ec

Browse files
author
akos
committed
use int in test to conform ctor and validate method
1 parent 980401b commit 2ee24ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Domain/Insights/Composer/ComposerMustBeValidTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testComposerIsValidWithDisabledVersionCheck(): void
4747
{
4848
$path = __DIR__ . '/Fixtures/WithVersion';
4949
$collector = new Collector([$path], PathShortener::extractCommonPath([$path]));
50-
$insight = new ComposerMustBeValid($collector, ['composerVersionCheck' => false]);
50+
$insight = new ComposerMustBeValid($collector, ['composerVersionCheck' => 0]);
5151

5252
self::assertTrue($insight->hasIssue());
5353
self::assertIsArray($insight->getDetails());

0 commit comments

Comments
 (0)