fixed tests

This commit is contained in:
Fabien Potencier 2017-03-01 10:18:36 -08:00
parent 203625ce07
commit 120f29344d

View File

@ -1755,7 +1755,6 @@ class ChoiceTypeTest extends TypeTestCase
'choices' => $this->choices,
'multiple' => $multiple,
'expanded' => $expanded,
'choices_as_values' => true,
));
$form->submit($submissionData);