We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2772660 commit 26f3016Copy full SHA for 26f3016
tests/EntityTypeTest.php
@@ -116,7 +116,7 @@ public function testEntityManagerObject()
116
117
$options = array(
118
'class' => $this->className,
119
- 'entityManager' => $this->entityManager,
+ 'entity_manager' => $this->entityManager,
120
);
121
122
$form = $this->factory->create($this->type, null, $options);
@@ -134,7 +134,7 @@ public function testEntityManagerString()
134
135
136
137
- 'entityManager' => 'Doctrine\ORM\EntityManager',
+ 'entity_manager' => 'Doctrine\ORM\EntityManager',
138
139
140
0 commit comments