-
-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Hi is there any option to create more than one related entity. In example in your test you have User and Cat. Is there any option to create more than one Cat which is related to User. Something like:
static::$fm->define(self::USER_ENTITY)->setDefinitions([ 'name' => Faker::firstNameMale(), 'email' => Faker::email(), 'cat' => 'entity[5]|'.self::CAT_ENTITY, ]);
Note [5] in entity creation definition.
adioe3 and BOB41K1987
Metadata
Metadata
Assignees
Labels
No labels