Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.

Commit b00f7e9

Browse files
committed
Fix Test field with mapped => false
1 parent 5fa22f9 commit b00f7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/DataMapper/SimpleObjectMapperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public function testSettingSimpleObjectOnFormWithObjectToFormDataConverter()
192192
$this->assertSame('bar', $newMedia->getAuthor());
193193
}
194194

195-
public function tesNonMappedField()
195+
public function testNonMappedField()
196196
{
197197
$builder = $this->factory->createBuilder(FormType::class, new Book('foo'), ['data_class' => Media::class])
198198
->add('author')

0 commit comments

Comments
 (0)