Skip to content

Commit 9abdab9

Browse files
committed
Cleaned up user fixture. Added another user.
1 parent da39fa9 commit 9abdab9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

fixtures/user.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
App\Entity\User:
22
user_admin:
3-
__construct: ["admin@example.com", "Admin", [ROLE_ADMIN]]
3+
__construct: ["Admin", "admin@example.com", [ROLE_ADMIN]]
4+
user_user:
5+
__construct: ["User", "user@example.com", [ROLE_USER]]

0 commit comments

Comments
 (0)