8000 minor #18663 [Form] Fix tests added in #18180 (HeahDude) · symfony/symfony@e2180e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2180e3

Browse files
committed
minor #18663 [Form] Fix tests added in #18180 (HeahDude)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #18663). Discussion ---------- [Form] Fix tests added in #18180 | 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 ------- c45a435 [Form] Fix tests added in #18180
2 parents 2a4dc34 + c45a435 commit e2180e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ public function testExpandedChoiceListWithBooleanAndNullValues()
153153
{
154154
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', null, array(
155155
'choices' => $this->booleanChoicesWithNull,
156-
'choices_as_values' => true,
157156
'expanded' => true,
158157
))->createView();
159158

@@ -179,7 +178,6 @@ public function testExpandedChoiceListWithBooleanAndNullValuesAndFalseAsPreSetDa
179178
{
180179
$view = $this->factory->create('Symfony\Component\Form\Extension\Core\Type\ChoiceType', false, array(
181180
'choices' => $this->booleanChoicesWithNull,
182-
'choices_as_values' => true,
183181
'expanded' => true,
184182
))->createView();
185183

0 commit comments

Comments
 (0)
0