propelorm / PropelBundle

PropelBundle for Symfony.
http://propelorm.org/Propel/documentation/#working-with-symfony2
180 stars 156 forks source link

feat(DataLoader): allow to set foreign key for a table not included in fixture #426

Closed aurnot closed 8 years ago

aurnot commented 8 years ago

This allows to set foreign keys by using the id if the foreign table is not included in the given fixture files.

Backport of #345 for 1.4

aurnot commented 8 years ago

Test failure is unrelated, because of https://github.com/symfony/symfony/pull/17461 that changes dump of php objects in yaml