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

changed Test to make sure subfolder packages are found correctly

This commit is contained in:
Jan Prieser 2013-06-13 16:20:52 +02:00
parent ba87cfc6d1
commit c6b61854bc
3 changed files with 1 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class ArtifactRepositoryTest extends TestCase
'vendor0/package0-0.0.1',
'composer/composer-1.0.0-alpha6',
'vendor1/package2-4.3.2',
'vendor3/package1-5.4.3',
);
$coordinates = array('type' => 'artifact', 'url' => __DIR__ . '/Fixtures/artifacts');