1
0
Fork 0
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:
Andreas Hennings 2013-12-22 19:03:23 +01:00
parent c0aad84d8b
commit e4bbd83f13

View file

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