We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69754b1 commit a4f37d9Copy full SHA for a4f37d9
1 file changed
tests/Set/SetManager/SetManagerTest.php
@@ -20,7 +20,7 @@ public function testMatchComposerTriggered(): void
20
$setManager = $this->createSetManagerWithProjectDirectory(getcwd());
21
22
$twigComposerTriggeredSet = $setManager->matchComposerTriggered(SetGroup::TWIG);
23
- $this->assertCount(6, $twigComposerTriggeredSet);
+ $this->assertCount(7, $twigComposerTriggeredSet);
24
}
25
26
/**
0 commit comments