File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Form/Tests/Extension/Core/Type Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public function testExpandedChoiceListWithScalarValues()
202
202
203
203
public function testExpandedChoiceListWithBooleanAndNullValues ()
204
204
{
205
- $ view = $ this ->factory ->create ('choice ' , null , array (
205
+ $ view = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , null , array (
206
206
'choices ' => $ this ->booleanChoicesWithNull ,
207
207
'choices_as_values ' => true ,
208
208
'expanded ' => true ,
@@ -229,7 +229,7 @@ public function testExpandedChoiceListWithScalarValuesAndFalseAsPreSetData()
229
229
230
230
public function testExpandedChoiceListWithBooleanAndNullValuesAndFalseAsPreSetData ()
231
231
{
232
- $ view = $ this ->factory ->create ('choice ' , false , array (
232
+ $ view = $ this ->factory ->create ('Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , false , array (
233
233
'choices ' => $ this ->booleanChoicesWithNull ,
234
234
'choices_as_values ' => true ,
235
235
'expanded ' => true ,
You can’t perform that action at this time.
0 commit comments