Skip to content

Commit a7d7ce6

Browse files
committed
Set the new config value in RegisterHooksTest
1 parent 24e3e21 commit a7d7ce6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Features/Commands/RegisterHooksTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
beforeEach(function () {
66
$this->initializeGitAsTempDirectory();
7+
$this->config->set('git-hooks.git_hooks_path', base_path('.git'.DIRECTORY_SEPARATOR.'hooks'));
78
});
89

910
afterEach(function () {

0 commit comments

Comments
 (0)