File tree 1 file changed +0
-4
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,6 @@ public function testSubmitSingleChoiceWithEmptyData()
590
590
'multiple ' => false ,
591
591
'expanded ' => false ,
592
592
'choices ' => array ('test ' ),
593
- 'choices_as_values ' => true ,
594
593
'empty_data ' => 'test ' ,
595
594
));
596
595
@@ -605,7 +604,6 @@ public function testSubmitMultipleChoiceWithEmptyData()
605
604
'multiple ' => true ,
606
605
'expanded ' => false ,
607
606
'choices ' => array ('test ' ),
608
- 'choices_as_values ' => true ,
609
607
'empty_data ' => array ('test ' ),
610
608
));
611
609
@@ -620,7 +618,6 @@ public function testSubmitSingleChoiceExpandedWithEmptyData()
620
618
'multiple ' => false ,
621
619
'expanded ' => true ,
622
620
'choices ' => array ('test ' ),
623
- 'choices_as_values ' => true ,
624
621
'empty_data ' => 'test ' ,
625
622
));
626
623
@@ -635,7 +632,6 @@ public function testSubmitMultipleChoiceExpandedWithEmptyData()
635
632
'multiple ' => true ,
636
633
'expanded ' => true ,
637
634
'choices ' => array ('test ' ),
638
- 'choices_as_values ' => true ,
639
635
'empty_data ' => array ('test ' ),
640
636
));
641
637
You can’t perform that action at this time.
0 commit comments