1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
This commit is contained in:
Jordi Boggiano 2016-01-26 13:07:05 +00:00
parent 64d653ad92
commit 1818b95149
26 changed files with 75 additions and 75 deletions

View file

@ -62,9 +62,9 @@ class JsonConfigSourceTest extends TestCase
'url' => 'https://example.tld',
'options' => array(
'ssl' => array(
'local_cert' => '/home/composer/.ssl/composer.pem'
)
)
'local_cert' => '/home/composer/.ssl/composer.pem',
),
),
));
$this->assertFileEquals($this->fixturePath('config/config-with-exampletld-repository-and-options.json'), $config);