@@ -170,7 +170,7 @@ public function testLabel()
170
170
171
171
public function testLabelWithoutTranslation ()
172
172
{
173
- $ form = $ this ->factory ->createNamed ('name ' , 'text ' , null , array (
173
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\TextType ' , null , array (
174
174
'translation_domain ' => false ,
175
175
));
176
176
@@ -529,7 +529,7 @@ public function testSingleChoice()
529
529
530
530
public function testSingleChoiceWithoutTranslation ()
531
531
{
532
- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , '&a ' , array (
532
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , '&a ' , array (
533
533
'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' ),
534
534
'multiple ' => false ,
535
535
'expanded ' => false ,
@@ -927,7 +927,7 @@ public function testSingleChoiceExpanded()
927
927
928
928
public function testSingleChoiceExpandedWithoutTranslation ()
929
929
{
930
- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , '&a ' , array (
930
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , '&a ' , array (
931
931
'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' ),
932
932
'multiple ' => false ,
933
933
'expanded ' => true ,
@@ -1047,7 +1047,7 @@ public function testMultipleChoiceExpanded()
1047
1047
1048
1048
public function testMultipleChoiceExpandedWithoutTranslation ()
1049
1049
{
1050
- $ form = $ this ->factory ->createNamed ('name ' , 'choice ' , array ('&a ' , '&c ' ), array (
1050
+ $ form = $ this ->factory ->createNamed ('name ' , 'Symfony\Component\Form\Extension\Core\Type\ChoiceType ' , array ('&a ' , '&c ' ), array (
1051
1051
'choices ' => array ('&a ' => 'Choice&A ' , '&b ' => 'Choice&B ' , '&c ' => 'Choice&C ' ),
1052
1052
'multiple ' => true ,
1053
1053
'expanded ' => true ,
0 commit comments