Browse Source

Adding author role to ArrayLoader Test

Michael Cullum 13 years ago
parent
commit
2653ece028
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/Composer/Test/Package/Loader/ArrayLoaderTest.php

+ 1 - 1
tests/Composer/Test/Package/Loader/ArrayLoaderTest.php

@@ -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',