-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm trying do achieve the following tricks.
From the Alice 1.x documentations:
You can reference entities' ID but you will then have to split fixtures in multiple files (this is because objects are persisted at the end of each file processing) :
# fixture_user.yml
Nelmio\Entity\User:
# ...# fixture_group.yml
Nelmio\Entity\Group:
group1:
name: Admins
owner: @user1->idMaybe there is something I miss but it look like objects are not persisted at the end of each file when I use Fixtures Set. Is it true or what did I miss ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels