Skip to content

Commit 795cdbb

Browse files
Improve test naming
1 parent 98383ce commit 795cdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/Config/FactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function testCreate(): void
2525
$this->assertCount(1, $config->getHookConfig('pre-commit')->getActions());
2626
}
2727

28-
public function testItDoesAllowArrayActions(): void
28+
public function testMultiLineActionsAreAllowedAndConvertedProperly(): void
2929
{
3030
$config = Factory::create(CH_PATH_FILES . '/config/valid-with-multi-line-action.json');
3131
$actions = $config->getHookConfig('pre-commit')->getActions();

0 commit comments

Comments
 (0)