Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions console.rst
Original file line number Diff line number Diff line change
Expand Up @@ -537,11 +537,11 @@ call ``setAutoExit(false)`` on it to get the command result in ``CommandTester``

.. caution::

When testing ``InputOption::VALUE_NONE`` command options, you must pass an
When testing ``InputOption::VALUE_NONE`` command options, you must pass a non
empty value to them::

$commandTester = new CommandTester($command);
$commandTester->execute(['--some-option' => '']);
$commandTester->execute(['--some-option' => 'true']);

.. note::

Expand Down