1
0
Fork 0
pull/234/merge
Jordi Boggiano 2012-02-05 21:13:16 +01:00
parent d35a1a4a9d
commit 2262a3f864
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class LibraryInstallerTest extends \PHPUnit_Framework_TestCase
$package = $this->createPackageMock();
$package
->expects($this->exactly(2))
->expects($this->once())
->method('getPrettyName')
->will($this->returnValue('some/package'));