Skip to content

Commit ef0dc2b

Browse files
committed
Minor tweak
1 parent b54b7ee commit ef0dc2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,8 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
550550

551551
.. caution::
552552

553-
When testing ``InputOption::VALUE_NONE`` command option, be sure to pass an empty
554-
value like so::
553+
When testing ``InputOption::VALUE_NONE`` command options, you must pass an
554+
empty value to them::
555555
556556
$commandTester = new CommandTester($command);
557557
$commandTester->execute(['--some-option' => '']);

0 commit comments

Comments
 (0)