mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix tests for the pear repository
This commit is contained in:
parent
d22070526f
commit
9bc6209be9
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ class ChannelReaderTest extends TestCase
|
|||
$expectedPackage->setType('pear-library');
|
||||
$expectedPackage->setDistType('file');
|
||||
$expectedPackage->setDescription('description');
|
||||
$expectedPackage->setLicense(array('license'));
|
||||
$expectedPackage->setDistUrl("http://test.loc/get/sample-1.0.0.1.tgz");
|
||||
$expectedPackage->setAutoload(array('classmap' => array('')));
|
||||
$expectedPackage->setIncludePaths(array('/'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue