File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ public function testExpandedChoiceListWithBooleanAndNullValues()
153
153
{
154
154
$ view = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , null , array (
155
155
'choices ' => $ this ->booleanChoicesWithNull ,
156
- 'choices_as_values ' => true ,
157
156
'expanded ' => true ,
158
157
))->createView ();
159
158
@@ -179,7 +178,6 @@ public function testExpandedChoiceListWithBooleanAndNullValuesAndFalseAsPreSetDa
179
178
{
180
179
$ view = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , false , array (
181
180
'choices ' => $ this ->booleanChoicesWithNull ,
182
- 'choices_as_values ' => true ,
183
181
'expanded ' => true ,
184
182
))->createView ();
185
183
You can’t perform that action at this time.
0 commit comments