File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,6 @@ public function testSubmitSingleChoiceWithEmptyData()
590590 'multiple ' => false ,
591591 'expanded ' => false ,
592592 'choices ' => array ('test ' ),
593- 'choices_as_values ' => true ,
594593 'empty_data ' => 'test ' ,
595594 ));
596595
@@ -605,7 +604,6 @@ public function testSubmitMultipleChoiceWithEmptyData()
605604 'multiple ' => true ,
606605 'expanded ' => false ,
607606 'choices ' => array ('test ' ),
608- 'choices_as_values ' => true ,
609607 'empty_data ' => array ('test ' ),
610608 ));
611609
@@ -620,7 +618,6 @@ public function testSubmitSingleChoiceExpandedWithEmptyData()
620618 'multiple ' => false ,
621619 'expanded ' => true ,
622620 'choices ' => array ('test ' ),
623- 'choices_as_values ' => true ,
624621 'empty_data ' => 'test ' ,
625622 ));
626623
@@ -635,7 +632,6 @@ public function testSubmitMultipleChoiceExpandedWithEmptyData()
635632 'multiple ' => true ,
636633 'expanded ' => true ,
637634 'choices ' => array ('test ' ),
638- 'choices_as_values ' => true ,
639635 'empty_data ' => array ('test ' ),
640636 ));
641637
You can’t perform that action at this time.
0 commit comments