We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d47bf3 commit 7ff7b3dCopy full SHA for 7ff7b3d
1 file changed
test/MageDownload/Command/DownloadCommandTest.php
@@ -174,7 +174,7 @@ public function testCommandFolderDestination()
174
public function testCommandWithPrompts()
175
{
176
$command = $this->getApplication()->find(DownloadCommand::NAME);
177
- $command->setHelperSet(new HelperSet([new DialogHelper]));
+ $command->setHelperSet(new HelperSet(array(new DialogHelper)));
178
$commandTester = new CommandTester($command);
179
$command->getHelper('dialog')->setInputStream($this->getInputStream("1\n0\n0\n"));
180
$result = $commandTester->execute(array(
0 commit comments