1
0
Fork 0

make LibraryInstallerTest a little more strict

pull/2279/head
Karoly Negyesi 2013-09-20 06:04:15 +02:00
parent c6ec739766
commit 24c9ef72d6
1 changed files with 1 additions and 1 deletions

View File

@ -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'));