DDC-2704 - reducing test case clutter
This commit is contained in:
parent
302e6218bb
commit
5ae980e0f9
1 changed files with 1 additions and 4 deletions
|
@ -106,10 +106,7 @@ class MergeSharedEntitiesTest extends OrmFunctionalTestCase
|
|||
|
||||
$admin2->setSession('zeh current session data');
|
||||
|
||||
|
||||
$merged = $this->_em->merge($admin2);
|
||||
|
||||
$this->assertSame($admin1, $merged);
|
||||
$this->assertSame($admin1, $this->_em->merge($admin2));
|
||||
$this->assertSame($admin2->getSession(), $admin1->getSession());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue