Fabrice

Results 5 comments of Fabrice

Hello I've the same issue since i've updated `theofidry/alice-data-fixtures` to 1.5.1. I my case, it's appear because into my fixtures i'm using array: ``` App\Entity\User: user_2: roles: ['@role_*'] ``` To...

Thanks @theofidry for your reply. Please find a more complete sample : **Entities** User.php ```

Hi @theofidry Thanks for your help. I can confirm by changing ArrayCollection to Collection, set my properties to private and adding getter and setter now all is fine. ``` /**...

> I think it’s the exact same error: a collection (for relationships) in Doctrine _must_ be Collection instances AFAIK so having an array/iterable there is wrong in that regard The...

Hi @cirdan, Here please find how i've done, because there is no official possibility/doc... When my test is launched, my fixture automatically create : - a client - a user...