Browse Source

make LibraryInstallerTest a little more strict

Karoly Negyesi 11 years ago
parent
commit
24c9ef72d6
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

@@ -137,7 +137,7 @@ class LibraryInstallerTest extends TestCase
         $target  = $this->createPackageMock();
 
         $initial
-            ->expects($this->any())
+            ->expects($this->once())
             ->method('getPrettyName')
             ->will($this->returnValue('package1'));