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