Explorar o código

Adding author role to ArrayLoader Test

Michael Cullum %!s(int64=13) %!d(string=hai) anos
pai
achega
2653ece028
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
             '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',