mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix tests
This commit is contained in:
parent
118d8fb52f
commit
b10074338c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue