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 ed8c5f1 commit 14a8230Copy full SHA for 14a8230
1 file changed
tests/end-to-end/info.phpt
@@ -5,7 +5,7 @@ captainhook commit-msg
5
define('CH_TEST_BIN', $_SERVER['CH_TEST_BIN'] ?? 'bin/captainhook');
6
echo shell_exec(
7
// call command without color
8
- CH_TEST_BIN . ' info --list-actions --no-ansi ' .
+ CH_TEST_BIN . ' info --actions --no-ansi ' .
9
// use e2e configuration
10
'--configuration=tests/_files/e2e/config-ok.json'
11
);
@@ -16,7 +16,8 @@ Configuration File: %s
16
17
Hooks:
18
commit-msg
19
- - \CaptainHook\App\Hook\Message\Action\Beams
+ - Verify commit message format
20
+ \CaptainHook\App\Hook\Message\Action\Beams
21
pre-push
22
- echo foo
23
pre-commit
0 commit comments