Properly merge the PartAssociations pointing towards the parts

This commit is contained in:
Jan Böhmer 2023-11-24 23:36:09 +01:00
parent b9956e38b8
commit 1da5e7ccd7
3 changed files with 73 additions and 6 deletions

View file

@ -213,7 +213,7 @@ class EntityMergerHelperTraitTest extends KernelTestCase
$obj2->string_property = '';
$this->assertSame($obj1, $this->mergeTextWithSeparator($obj1, $obj2, 'string_property', ' # '));
$this->assertSame('Test1', $obj1->string_property);
}
public function testMergeComment(): void