Jordi Boggiano 13 years ago
parent
commit
2262a3f864
1 changed files with 1 additions and 1 deletions
  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'));