Explorar o código

make LibraryInstallerTest a little more strict

Karoly Negyesi %!s(int64=11) %!d(string=hai) anos
pai
achega
24c9ef72d6
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

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