1
0
Fork 0

Fix tests

pull/4207/merge
Jordi Boggiano 2016-02-29 15:50:04 +00:00
parent a0de19f74d
commit e745b37935
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ class ConsoleIOTest extends TestCase
$dialogMock = $this->getMock('Symfony\Component\Console\Helper\DialogHelper');
$helperMock = $this->getMock('Symfony\Component\Console\Helper\HelperSet');
$inputMock->expects($this->once())
->method('isInteractive')
->will($this->returnValue(true));
$dialogMock->expects($this->once())
->method('select')
->with($this->isInstanceOf('Symfony\Component\Console\Output\OutputInterface'),