Adding author role to ArrayLoader Test
parent
0edc94cdce
commit
2653ece028
|
@ -89,7 +89,7 @@ class ArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
||||||
'homepage' => 'http://example.com',
|
'homepage' => 'http://example.com',
|
||||||
'license' => array('MIT', 'GPLv3'),
|
'license' => array('MIT', 'GPLv3'),
|
||||||
'authors' => array(
|
'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(
|
'require' => array(
|
||||||
'foo/bar' => '1.0',
|
'foo/bar' => '1.0',
|
||||||
|
|
Loading…
Reference in New Issue