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 b54b7ee commit ef0dc2bCopy full SHA for ef0dc2b
console.rst
@@ -550,8 +550,8 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``
550
551
.. caution::
552
553
- When testing ``InputOption::VALUE_NONE`` command option, be sure to pass an empty
554
- value like so::
+ When testing ``InputOption::VALUE_NONE`` command options, you must pass an
+ empty value to them::
555
556
$commandTester = new CommandTester($command);
557
$commandTester->execute(['--some-option' => '']);
0 commit comments