make LibraryInstallerTest a little more strict
parent
c6ec739766
commit
24c9ef72d6
|
@ -137,7 +137,7 @@ class LibraryInstallerTest extends TestCase
|
|||
$target = $this->createPackageMock();
|
||||
|
||||
$initial
|
||||
->expects($this->any())
|
||||
->expects($this->once())
|
||||
->method('getPrettyName')
|
||||
->will($this->returnValue('package1'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue