mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Remove PEAR installer/downloader/repos/..., fixes #8778
This commit is contained in:
parent
feefa9be71
commit
44a4429978
36 changed files with 6 additions and 2825 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')),
|
||||
array('pear', array('url' => 'http://pear.example.org/foo'), 'RuntimeException'),
|
||||
array('package', array('package' => array())),
|
||||
array('invalid', array(), 'InvalidArgumentException'),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue