소스 검색

Fix tests

Jordi Boggiano 9 년 전
부모
커밋
b10074338c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tests/Composer/Test/ApplicationTest.php

+ 3 - 0
tests/Composer/Test/ApplicationTest.php

@@ -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")