Jordi Boggiano %!s(int64=13) %!d(string=hai) anos
pai
achega
2262a3f864
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'));