8000 Try to test ask() outputs as decorated:false · symfony/symfony@aed1a8f · GitHub
[go: up one dir, main page]

Skip to content

Commit aed1a8f

Browse files
committed
Try to test ask() outputs as decorated:false
1 parent c765614 commit aed1a8f

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