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

Avoid replacing the native alice providers #35

Closed Seldaek closed 10 years ago

Seldaek commented 10 years ago

This caused nelmio/alice#151 and nelmio/alice#148 - the identity provider added in Base.php's constructor is removed by the setProviders call. 1.7.2 fixes it, but I wrote the patch in a BC way so it's still usable with older alice versions.

h4cc commented 10 years ago

Thanks for this fix! :)

smarques commented 10 years ago

:+1: