mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
7211eedc36
commit
122e422682
98 changed files with 503 additions and 413 deletions
|
@ -89,7 +89,7 @@ class ComposerRepositoryTest extends TestCase
|
|||
),
|
||||
array('packages' => array(
|
||||
'bar/foo' => array(
|
||||
'3.14' => array('name' => 'bar/foo', 'version' => '3.14'),
|
||||
'3.14' => array('name' => 'bar/foo', 'version' => '3.14'),
|
||||
'3.145' => array('name' => 'bar/foo', 'version' => '3.145'),
|
||||
),
|
||||
)),
|
||||
|
@ -178,9 +178,9 @@ class ComposerRepositoryTest extends TestCase
|
|||
'results' => array(
|
||||
array(
|
||||
'name' => 'foo',
|
||||
'description' => null
|
||||
)
|
||||
)
|
||||
'description' => null,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
$rfs = $this->getMockBuilder('Composer\Util\RemoteFilesystem')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue