1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

added support for nested location of composer.json files within artifacts

This commit is contained in:
Serge Smertin 2013-03-31 20:51:37 +02:00
parent 83bb38de56
commit f25bfe09c5
2 changed files with 15 additions and 3 deletions

View file

@ -22,6 +22,7 @@ class ArtifactRepositoryTest extends TestCase
public function testExtractsConfigsFromZipArchives()
{
$expectedPackages = array(
'composer/composer-1.0.0-alpha6',
'vendor0/package0-0.0.1',
'vendor1/package2-4.3.2',
);