[Validator] fixed unit test

This commit is contained in:
Fabien Potencier 2011-04-22 08:41:58 +02:00
parent f626afcdef
commit 1118fbdae7

View File

@ -135,7 +135,7 @@ class ChoiceValidatorTest extends \PHPUnit_Framework_TestCase
{
$constraint = new Choice(array(
'choices' => array('foo', 'bar'),
'message' => 'myMessage',
'multipleMessage' => 'myMessage',
'multiple' => true,
));