summaryrefslogtreecommitdiffstats
path: root/test/fixtures/users.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/users.yml')
-rw-r--r--test/fixtures/users.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml
index 8136b41d9..9adab5edd 100644
--- a/test/fixtures/users.yml
+++ b/test/fixtures/users.yml
@@ -161,9 +161,20 @@ groups_010:
id: 10
lastname: A Team
type: Group
+ status: 1
groups_011:
id: 11
lastname: B Team
type: Group
+ status: 1
+groups_non_member:
+ id: 12
+ lastname: Non member users
+ type: GroupNonMember
+ status: 1
+groups_anonymous:
+ id: 13
+ lastname: Anonymous users
+ type: GroupAnonymous
+ status: 1
-