Skip to content

Commit 26f3016

Browse files
Updated unit-tests
1 parent 2772660 commit 26f3016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/EntityTypeTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function testEntityManagerObject()
116116

117117
$options = array(
118118
'class' => $this->className,
119-
'entityManager' => $this->entityManager,
119+
'entity_manager' => $this->entityManager,
120120
);
121121

122122
$form = $this->factory->create($this->type, null, $options);
@@ -134,7 +134,7 @@ public function testEntityManagerString()
134134

135135
$options = array(
136136
'class' => $this->className,
137-
'entityManager' => 'Doctrine\ORM\EntityManager',
137+
'entity_manager' => 'Doctrine\ORM\EntityManager',
138138
);
139139

140140
$form = $this->factory->create($this->type, null, $options);

0 commit comments

Comments
 (0)