Fix tests
parent
118d8fb52f
commit
b10074338c
|
@ -30,6 +30,9 @@ class ApplicationTest extends TestCase
|
|||
->will($this->returnValue('list'));
|
||||
|
||||
$index = 0;
|
||||
$outputMock->expects($this->at($index++))
|
||||
->method("writeError");
|
||||
|
||||
if (extension_loaded('xdebug')) {
|
||||
$outputMock->expects($this->at($index++))
|
||||
->method("getVerbosity")
|
||||
|
|
Loading…
Reference in New Issue