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

Fixed callable check on addProvider #43

Closed nass600 closed 9 years ago

nass600 commented 9 years ago

The new Alice function addProvider is never being called in FixturesManager because always resolves to false due to the interface of is_callable function is wrong used

h4cc commented 9 years ago

Thanks for reporting and fixing that bug! There seems to be a glitch with the tests on travis. Will check that out...

nass600 commented 9 years ago

Thank you. My bad, I didn't fix the test entirely due to a change I did in Alice

nass600 commented 9 years ago

By the way, any chance to tag this modification?

Thanks

h4cc commented 9 years ago

Thanks for that reminder. Done: https://github.com/h4cc/AliceFixturesBundle/releases/tag/0.5.1