mirror of
https://github.com/composer/composer
synced 2025-05-10 09:02:59 +00:00
Fix tests
This commit is contained in:
parent
3b8ee5dd54
commit
b125926ad3
2 changed files with 6 additions and 6 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue