expected message in ValidatingArrayLoaderTest should also contain psr-4 as allowed key.
parent
c0aad84d8b
commit
e4bbd83f13
|
@ -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…
Reference in New Issue