Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c45a435

Browse filesBrowse files
HeahDudefabpot
authored andcommitted
[Form] Fix tests added in #18180
1 parent 2a4dc34 commit c45a435
Copy full SHA for c45a435

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.