1
0
Fork 0

changed Test to make sure subfolder packages are found correctly

pull/2004/head
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');