khepin / KhepinYamlFixturesBundle

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

Load single fixture file (issue #36) #37

Open ebarbeito opened 10 years ago

ebarbeito commented 10 years ago

Early implementation of requested feature Load single fixture file (issue #36). Main changes:

About the exception thrown if an unknown bundle fixture file is specified: I really don't know which is your best choice for that, but in my opinion when a user write a incorrect value for --fixture-file option, the execution shouldn't countinue. And an exception seems (for me) the best choice.

khepin commented 10 years ago

Hey, sorry for the delay it seems I missed a lot of GH notifications. Wouldn't a specific context be enough to solve your issue here?