khepin / KhepinYamlFixturesBundle

Easy loading of fixtures defined in YAML files for Symfony2 and Doctrine2
MIT License
58 stars 42 forks source link

Fix for ArrayCollections and setters with interface instead of specific class #31

Closed cyrulik closed 10 years ago

cyrulik commented 10 years ago

Fix for fixtures with ArrayCollection class instead of an array. Also, by not being specific about the class of the fixture faker will also use setters method with interface type hinting instead of entity.

khepin commented 10 years ago

Hello, didn't see this PR over the weekend, and came back to see that you already closed it. Are you all good then?