1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Fix tests

This commit is contained in:
Jordi Boggiano 2011-11-20 15:46:15 +01:00
parent 3b8ee5dd54
commit b125926ad3
2 changed files with 6 additions and 6 deletions

View file

@ -99,7 +99,7 @@ class FilesystemRepositoryTest extends TestCase
->expects($this->once())
->method('write')
->with(array(
array('name' => 'mypkg', 'type' => 'library', 'names' => array('mypkg'), 'version' => '0.1.10.0')
array('name' => 'mypkg', 'type' => 'library', 'names' => array('mypkg'), 'version' => '0.1.10')
));
$repository->addPackage($this->getPackage('mypkg', '0.1.10'));