@@ -90,7 +90,7 @@ public function testCollapsedEntityField()
90
90
$ this ->setMaxRunningTime (1 );
91
91
92
92
for ($ i = 0 ; $ i < 40 ; ++$ i ) {
93
- $ form = $ this ->factory ->create ('entity ' , null , array (
93
+ $ form = $ this ->factory ->create ('Symfony\Bridge\Doctrine\Form\Type\EntityType ' , null , array (
94
94
'class ' => self ::ENTITY_CLASS ,
95
95
));
96
96
@@ -108,7 +108,7 @@ public function testCollapsedEntityFieldWithChoices()
108
108
$ this ->setMaxRunningTime (1 );
109
109
110
110
for ($ i = 0 ; $ i < 40 ; ++$ i ) {
111
- $ form = $ this ->factory ->create ('entity ' , null , array (
111
+ $ form = $ this ->factory ->create ('Symfony\Bridge\Doctrine\Form\Type\EntityType ' , null , array (
112
112
'class ' => self ::ENTITY_CLASS ,
113
113
'choices ' => $ choices ,
114
114
));
@@ -127,7 +127,7 @@ public function testCollapsedEntityFieldWithPreferredChoices()
127
127
$ this ->setMaxRunningTime (1 );
128
128
129
129
for ($ i = 0 ; $ i < 40 ; ++$ i ) {
130
- $ form = $ this ->factory ->create ('entity ' , null , array (
130
+ $ form = $ this ->factory ->create ('Symfony\Bridge\Doctrine\Form\Type\EntityType ' , null , array (
131
131
'class ' => self ::ENTITY_CLASS ,
132
132
'preferred_choices ' => $ choices ,
133
133
));
0 commit comments