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 26141d6 commit bcc60afCopy full SHA for bcc60af
components/console/introduction.rst
@@ -425,7 +425,7 @@ method::
425
$command = $application->find('demo:greet');
426
$commandTester = new CommandTester($command);
427
$commandTester->execute(
428
- array('command' => $command->getName(), 'name' => 'Fabien')
+ array('command' => $command->getName(), 'name' => 'Fabien', '--iterations' => 5)
429
);
430
431
$this->assertRegExp('/Fabien/', $commandTester->getDisplay());
0 commit comments