mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Fix validating array loader tests
This commit is contained in:
parent
ac1a0c898d
commit
735d4a692e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class ValidatingArrayLoaderTest extends \PHPUnit_Framework_TestCase
|
|||
),
|
||||
),
|
||||
array(
|
||||
'autoload : invalid value (psr0), must be one of psr-0, psr-4, classmap, files',
|
||||
'autoload : invalid value (psr0), must be one of psr-0, psr-4, classmap, files, exclude-from-classmap',
|
||||
),
|
||||
),
|
||||
array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue