mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Update/add tests
This commit is contained in:
parent
53191eb0fe
commit
e922404f19
3 changed files with 154 additions and 14 deletions
|
@ -95,7 +95,7 @@ class FilesystemRepositoryTest extends TestCase
|
|||
->expects($this->once())
|
||||
->method('write')
|
||||
->with(array(
|
||||
array('name' => 'mypkg', 'type' => 'library', 'names' => array('mypkg'), 'version' => '0.1.10', 'version_normalized' => '0.1.10.0')
|
||||
array('name' => 'mypkg', 'type' => 'library', 'version' => '0.1.10', 'version_normalized' => '0.1.10.0')
|
||||
));
|
||||
|
||||
$repository->addPackage($this->getPackage('mypkg', '0.1.10'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue