8000 Merge branch '3.0' into 3.1 · symfony/symfony@fe6841c · GitHub
[go: up one dir, main page]

Skip to content

Commit fe6841c

Browse files
Merge branch '3.0' into 3.1
* 3.0: [Form] fixed ChoiceTypeTest after #17822
2 parents 4976c7f + 46b379b commit fe6841c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)
0