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 b8fed3f commit 1ab6cd1Copy full SHA for 1ab6cd1
2 files changed
tests/end-to-end/default-help.phpt
@@ -3,6 +3,6 @@ captainhook -h
3
--FILE--
4
<?php
5
define('CH_TEST_BIN', $_SERVER['CH_TEST_BIN'] ?? 'bin/captainhook');
6
-echo shell_exec(CH_TEST_BIN . ' -h');
+echo shell_exec(CH_TEST_BIN . ' -h --no-ansi');
7
--EXPECTF_EXTERNAL--
8
../_files/e2e/help.txt
tests/end-to-end/default.phpt
@@ -3,6 +3,6 @@ captainhook
-echo shell_exec(CH_TEST_BIN);
+echo shell_exec(CH_TEST_BIN . ' --no-ansi');
0 commit comments