mirror of
https://github.com/composer/composer
synced 2025-05-09 08:32:56 +00:00
expected message in ValidatingArrayLoaderTest should also contain psr-4 as allowed key.
This commit is contained in:
parent
c0aad84d8b
commit
e4bbd83f13
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'autoload : invalid value (psr0), must be one of psr-0, classmap, files'
|
'autoload : invalid value (psr0), must be one of psr-0, psr-4, classmap, files'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue