Skip to content

Commit 6824a78

Browse files
committed
Update tests to clarify --quiet option includes non-interactive mode
1 parent f6de2e0 commit 6824a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/TestCase/Command/ExportCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testBuildOptionParser(): void
6868
<comment>$defaultTarget</comment>
6969
(default target directory).
7070
--help, -h Display this help.
71-
--quiet, -q Enable quiet output.
71+
--quiet, -q Enable quiet output and non-interactive mode.
7272
--timeout, -t Timeout for shell commands
7373
--verbose, -v Enable verbose output.
7474

tests/TestCase/Command/ImportCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function testBuildOptionParser(): void
5656
--connection Name of the alternative connection to use, for example
5757
if you are not using the default connection
5858
--help, -h Display this help.
59-
--quiet, -q Enable quiet output.
59+
--quiet, -q Enable quiet output and non-interactive mode.
6060
--timeout, -t Timeout for shell commands
6161
--verbose, -v Enable verbose output.
6262

0 commit comments

Comments
 (0)