DDC-2704 - more explicit value checking
This commit is contained in:
parent
30dcece125
commit
21995a8b10
@ -107,7 +107,7 @@ class MergeSharedEntitiesTest extends OrmFunctionalTestCase
|
||||
$admin2->setSession('zeh current session data');
|
||||
|
||||
$this->assertSame($admin1, $this->_em->merge($admin2));
|
||||
$this->assertSame($admin2->getSession(), $admin1->getSession());
|
||||
$this->assertSame('zeh current session data', $admin1->getSession());
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user