Skip to content

Commit 6565fd0

Browse files
francoisVincentLanglet
authored andcommitted
Minor change in test
1 parent 318f02a commit 6565fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Admin/AdminHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public function testAppendFormFieldElement(): void
143143

144144
$associationMapping = [
145145
'fieldName' => 'bar',
146-
'targetEntity' => Foo::class,
146+
'targetEntity' => Bar::class,
147147
'sourceEntity' => Foo::class,
148148
'isOwningSide' => false,
149149
];

0 commit comments

Comments
 (0)