h4cc / AliceFixturesBundle

A Symfony2 bundle for using Alice and Faker with data fixtures. Abled to use Doctrine ORM as well as Doctrine MongoDB ODM.
MIT License
75 stars 25 forks source link

Added debug message before loading files #36

Closed ulilicht closed 9 years ago

ulilicht commented 9 years ago

When loader is not able to parse a file, only the error message is shown, but not the file in which it occurs (when loading sets). I added debug message before loading files which can be accessed when debugging with command app/console h4cc_alice_fixtures:load:sets -vvv

h4cc commented 9 years ago

Thanks! :+1: