mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-31 07:09:45 +02:00
Properly merge the PartAssociations pointing towards the parts
This commit is contained in:
parent
b9956e38b8
commit
1da5e7ccd7
3 changed files with 73 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue