1
0
mirror of synced 2025-03-21 07:23:55 +03:00

#1178 - proxy identifiers should be correctly converted

This commit is contained in:
Marco Pivetta 2015-01-17 05:38:37 +01:00
parent 0743238b43
commit e5c4e65764

View File

@ -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);
}