mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
16 lines
527 B
YAML
16 lines
527 B
YAML
Sylius\Component\Core\Model\User:
|
|
user_{Oliver, Roy, Thea}:
|
|
plainPassword: <password()>
|
|
roles: [ROLE_USER]
|
|
enabled: true
|
|
customer: @customer_<current()>
|
|
username: <current()>@doe.com
|
|
usernameCanonical: <current()>@doe.com
|
|
|
|
Sylius\Component\Core\Model\Customer:
|
|
customer_{Oliver, Roy, Thea, Barry, Joe}:
|
|
firstName: <current()>
|
|
lastName: Doe
|
|
email (unique): <current()>@doe.com
|
|
emailCanonical: <current()>@doe.com
|
|
birthday: <date()>
|