#1178 - proxy identifiers should be correctly converted
This commit is contained in:
parent
0743238b43
commit
e5c4e65764
@ -154,6 +154,8 @@ class OneToManyCompositeIdForeignKeyTest extends OrmFunctionalTestCase
|
||||
|
||||
$inversedProxy = $owning->associatedEntity;
|
||||
|
||||
$this->assertSame('def', $inversedProxy->id1, 'Proxy identifier is converted');
|
||||
|
||||
$this->assertEquals('some value to be loaded', $inversedProxy->someProperty);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user