We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24e3e21 commit a7d7ce6Copy full SHA for a7d7ce6
tests/Features/Commands/RegisterHooksTest.php
@@ -4,6 +4,7 @@
4
5
beforeEach(function () {
6
$this->initializeGitAsTempDirectory();
7
+ $this->config->set('git-hooks.git_hooks_path', base_path('.git'.DIRECTORY_SEPARATOR.'hooks'));
8
});
9
10
afterEach(function () {
0 commit comments