DDC-2704 - reducing test case clutter
This commit is contained in:
parent
302e6218bb
commit
5ae980e0f9
@ -106,10 +106,7 @@ class MergeSharedEntitiesTest extends OrmFunctionalTestCase
|
|||||||
|
|
||||||
$admin2->setSession('zeh current session data');
|
$admin2->setSession('zeh current session data');
|
||||||
|
|
||||||
|
$this->assertSame($admin1, $this->_em->merge($admin2));
|
||||||
$merged = $this->_em->merge($admin2);
|
|
||||||
|
|
||||||
$this->assertSame($admin1, $merged);
|
|
||||||
$this->assertSame($admin2->getSession(), $admin1->getSession());
|
$this->assertSame($admin2->getSession(), $admin1->getSession());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user