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

Package options must be a non mandatory array and should be loaded when

exists
This commit is contained in:
Luís Otávio Cobucci Oblonczyk 2013-08-19 04:40:08 -03:00
parent 28d0e08785
commit 8630aab93f
4 changed files with 16 additions and 0 deletions

View file

@ -117,6 +117,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
'archive' => array(
'exclude' => array('/foo/bar', 'baz', '!/foo/bar/baz'),
),
'options' => array('ssl' => array('local_cert' => '/opt/certs/test.pem'))
);
$package = $this->loader->load($config);