8000 minor #19226 [Form] fixed ChoiceTypeTest after #17822 (HeahDude) · symfony/symfony@46b379b · GitHub
[go: up one dir, main page]

Skip to content

Commit 46b379b

Browse files
minor #19226 [Form] fixed ChoiceTypeTest after #17822 (HeahDude)
This PR was merged into the 3.0 branch. Discussion ---------- [Form] fixed ChoiceTypeTest after #17822 | Q | A | ------------- | --- | Branch? | 3.0 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | ~ | License | MIT | Doc PR | ~ Commits ------- 777c193 [Form] fixed ChoiceTypeTest after #17822
2 parents f3b2324 + 777c193 commit 46b379b

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