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 1eec58b commit ddbadc7Copy full SHA for ddbadc7
components/console/introduction.rst
@@ -460,7 +460,7 @@ method::
460
$command = $application->find('demo:greet');
461
$commandTester = new CommandTester($command);
462
$commandTester->execute(
463
- array('command' => $command->getName(), 'name' => 'Fabien')
+ array('command' => $command->getName(), 'name' => 'Fabien', '--iterations' => 5)
464
);
465
466
$this->assertRegExp('/Fabien/', $commandTester->getDisplay());
0 commit comments