Webonaute / DoctrineFixturesGeneratorBundle

Generate Fixture from your existing data in your database. You can specify the Entity name and the IDs you want to import in your fixture.
63 stars 47 forks source link

Unknown references "Reference to: (_reference_Proxies__CG__*) does not exist" #42

Closed head1328 closed 6 years ago

head1328 commented 6 years ago

The FixtureGenerator doesn't look for the real class names in getReference() line and sometimes you will receive proxy class names instead. This mix of real class names and proxy class names can be result in wrong references.

Webonaute commented 6 years ago

I accepted the pull request. Thank for the share.