16 : array
17 {
18 return [
19 'Username Addresses' => [
20 'phpunit@' . self::DEFAULT_HOST . ',phpunit',
21 [
24 ]
25 ],
26 'Email Address' => [
27 'phpunit@ilias.de',
28 [
30 ]
31 ],
32 'Email Addresses with Umlauts' => [
33 'phpünit@ilias.de,phpnitü@ilias.de,üphpnit@iliäs.de',
34 [
38 ]
39 ],
40 'Trailing Dot in Local Part of Email Address' => [
41 'phpunit.@ilias.de',
42 [
44 ]
45 ],
46 'Mailing List Address' => [
47 '#il_ml_4711',
48 [
50 ]
51 ],
52 'Role Address' => [
53 '#il_role_1000',
54 [
56 ]
57 ],
58 'Local Role Address' => [
59 '#il_crs_member_998',
60 [
62 ]
63 ],
64 'Course Role Address With Role Names for Course and Role' => [
65 '#member@[French Course]',
66 [
68 ]
69 ],
70 'Course Role Recipient with Course Role Address (Role Names for Course and Role)' => [
71 'Course Administrator <#admin@[Math Course]>',
72 [
74 ]
75 ],
76 'Course Role Recipient with Course Role Address (Numeric Id for Course Role)' => [
77 'Course Administrator <#il_crs_admin_2581>',
78 [
80 ]
81 ],
82 ];
83 }