mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix test
This commit is contained in:
parent
8ce0ea300e
commit
b232ee6663
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class RepositoryManagerTest extends TestCase
|
|||
array('git', array('url' => 'http://github.com/foo/bar')),
|
||||
array('git', array('url' => 'git@example.org:foo/bar.git')),
|
||||
array('svn', array('url' => 'svn://example.org/foo/bar')),
|
||||
array('pear', array('url' => 'http://pear.example.org/foo'), 'RuntimeException'),
|
||||
array('pear', array('url' => 'http://pear.example.org/foo'), 'InvalidArgumentException'),
|
||||
array('package', array('package' => array())),
|
||||
array('invalid', array(), 'InvalidArgumentException'),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue