8000 Add tests for SymfonyStyle::ask() output · symfony/symfony@1a53f43 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1a53f43

Browse files
committed
Add tests for SymfonyStyle::ask() output
1 parent c765614 commit 1a53f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function testInteractiveOutputs($inputCommandFilepath, $outputFilepath)
6262
{
6363
$code = require $inputCommandFilepath;
6464
$this->command->setCode($code);
65-
$this->tester->execute(array());
65+
$this->tester->execute(array(), array('interactive' => true, 'decorated' => false));
6666
$this->assertStringEqualsFile($outputFilepath, $this->tester->getDisplay(true));
6767
}
6868

0 commit comments

Comments
 (0)
0