1
0
Fork 0

Fix tests

pull/5210/head
Jordi Boggiano 2016-04-18 22:17:04 +01:00
parent 118d8fb52f
commit b10074338c
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ class ApplicationTest extends TestCase
->will($this->returnValue('list')); ->will($this->returnValue('list'));
$index = 0; $index = 0;
$outputMock->expects($this->at($index++))
->method("writeError");
if (extension_loaded('xdebug')) { if (extension_loaded('xdebug')) {
$outputMock->expects($this->at($index++)) $outputMock->expects($this->at($index++))
->method("getVerbosity") ->method("getVerbosity")