Jordi Boggiano 13 năm trước cách đây
mục cha
commit
2262a3f864
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'));