| @@ -36,6 +36,7 @@ class CreateUserCommand extends Command | |||||
| 'firstName' => 'Jakob', | 'firstName' => 'Jakob', | ||||
| 'lastName' => 'Nordstrøm', | 'lastName' => 'Nordstrøm', | ||||
| 'password' => '12spawntree345', | 'password' => '12spawntree345', | ||||
| 'referenceId' => 'ABC123', | |||||
| 'roles' => ['ROLE_ADMIN'] | 'roles' => ['ROLE_ADMIN'] | ||||
| ] | ] | ||||
| ); | ); | ||||
| @@ -48,6 +49,7 @@ class CreateUserCommand extends Command | |||||
| 'firstName' => 'Daniel', | 'firstName' => 'Daniel', | ||||
| 'lastName' => 'Knudsen', | 'lastName' => 'Knudsen', | ||||
| 'password' => '12spawntree345', | 'password' => '12spawntree345', | ||||
| 'referenceId' => 'DEF456', | |||||
| 'roles' => ['ROLE_ADMIN'] | 'roles' => ['ROLE_ADMIN'] | ||||
| ] | ] | ||||
| ); | ); | ||||
| @@ -61,6 +63,7 @@ class CreateUserCommand extends Command | |||||
| 'lastName' => 'Eisenmenger', | 'lastName' => 'Eisenmenger', | ||||
| 'password' => '12spawntree345', | 'password' => '12spawntree345', | ||||
| 'image' => MediaObjectFactory::createOne(), | 'image' => MediaObjectFactory::createOne(), | ||||
| 'referenceId' => 'GHI789', | |||||
| 'roles' => ['ROLE_ADMIN'] | 'roles' => ['ROLE_ADMIN'] | ||||
| ] | ] | ||||
| ); | ); | ||||