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 2115b00 commit 1c8a351Copy full SHA for 1c8a351
1 file changed
tests/unit/Config/FactoryTest.php
@@ -194,9 +194,9 @@ public function testWithMainConfigurationOverridingInclude(): void
194
195
public function testMaxIncludeLevel(): void
196
{
197
- // one of the included files will not be loaded because of the includes-level value of 2
+ // one of the included files will not be loaded because of the include-level value of 2
198
$config = Factory::create(realpath(CH_PATH_FILES . '/config/valid-with-exceeded-max-include-level.json'));
199
- // all files have combined 6 pre-commit actions but one should not be loaded
+ // all files have combined 6 pre-commit actions, but one should not be loaded
200
$this->assertCount(5, $config->getHookConfig('pre-commit')->getActions());
201
}
202
0 commit comments