make LibraryInstallerTest a little more strict
parent
c6ec739766
commit
24c9ef72d6
|
@ -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'));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue