1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 16:42:57 +00:00

Modernized unit test still depending on age old BC code.

This commit is contained in:
Niels Keurentjes 2016-02-15 21:51:21 +01:00
parent 4fe063b2e5
commit aa6b2e5b63

View file

@ -110,7 +110,8 @@ class ComposerRepositoryTest extends TestCase
$properties = array(
'cache' => $cache,
'loader' => new ArrayLoader(),
'providerListing' => array('p/a.json' => array('sha256' => 'xxx')),
'providerListing' => array('a' => array('sha256' => 'xxx')),
'providersUrl' => 'https://dummy.test.link/to/%package%/file',
);
foreach ($properties as $property => $value) {