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 e2180e3

Browse filesBrowse 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
Copy full SHA for e2180e3

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.