1
0
Fork 0
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:
Jordi Boggiano 2020-04-15 00:24:13 +02:00
parent feefa9be71
commit 44a4429978
No known key found for this signature in database
GPG key ID: 7BBD42C429EC80BC
36 changed files with 6 additions and 2825 deletions

View file

@ -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'),
);