1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Adding author role to ArrayLoader Test

This commit is contained in:
Michael Cullum 2012-04-29 21:55:09 +01:00 committed by Jordi Boggiano
parent 0edc94cdce
commit 2653ece028

View file

@ -89,7 +89,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
'homepage' => 'http://example.com',
'license' => array('MIT', 'GPLv3'),
'authors' => array(
array('name' => 'Bob', 'email' => 'bob@example.org', 'homepage' => 'example.org'),
array('name' => 'Bob', 'email' => 'bob@example.org', 'homepage' => 'example.org', 'role' => 'Developer'),
),
'require' => array(
'foo/bar' => '1.0',