Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 731d7a6

Browse files
committed
Merge branch '3.0'
* 3.0: [Form] Fix tests added in #18180
2 parents 1ab5be7 + e2180e3 commit 731d7a6

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)