main
Jordi Boggiano 3 years ago
parent 8ce0ea300e
commit b232ee6663
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -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…
Cancel
Save