mirror of
https://github.com/composer/composer
synced 2025-05-10 17:12:51 +00:00
Created a failing test case
This commit is contained in:
parent
d4dbeeacc4
commit
89885140d3
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
||||||
'description' => 'Foo bar',
|
'description' => 'Foo bar',
|
||||||
'version' => '1.0.0',
|
'version' => '1.0.0',
|
||||||
'type' => 'library',
|
'type' => 'library',
|
||||||
'keywords' => array('a', 'b_c', 'D E'),
|
'keywords' => array('a', 'b_c', 'D E', 'éîüø', '微信'),
|
||||||
'homepage' => 'https://foo.com',
|
'homepage' => 'https://foo.com',
|
||||||
'time' => '2010-10-10T10:10:10+00:00',
|
'time' => '2010-10-10T10:10:10+00:00',
|
||||||
'license' => 'MIT',
|
'license' => 'MIT',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue