1
0
Fork 0
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:
Christophe Coevoet 2014-12-16 18:45:36 +01:00
parent d22070526f
commit 9bc6209be9

View file

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