Jordi Boggiano 13 년 전
부모
커밋
2262a3f864
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/Composer/Test/Installer/LibraryInstallerTest.php

+ 1 - 1
tests/Composer/Test/Installer/LibraryInstallerTest.php

@@ -85,7 +85,7 @@ class LibraryInstallerTest extends \PHPUnit_Framework_TestCase
         $package = $this->createPackageMock();
 
         $package
-            ->expects($this->exactly(2))
+            ->expects($this->once())
             ->method('getPrettyName')
             ->will($this->returnValue('some/package'));