30 : array
31 {
32 return [
33 'Username Addresses' => [
34 'phpunit@' . self::DEFAULT_HOST . ',phpunit',
35 [
38 ],
39 ],
40 'Email Address' => [
41 'phpunit@ilias.de',
42 [
44 ],
45 ],
46 'Email Addresses with Umlauts' => [
47 'phpünit@ilias.de,phpnitü@ilias.de,üphpnit@iliäs.de',
48 [
52 ],
53 ],
54 'Trailing Dot in Local Part of Email Address' => [
55 'phpunit.@ilias.de',
56 [
58 ],
59 ],
60 'Mailing List Address' => [
61 '#il_ml_4711',
62 [
64 ],
65 ],
66 'Role Address' => [
67 '#il_role_1000',
68 [
70 ],
71 ],
72 'Local Role Address' => [
73 '#il_crs_member_998',
74 [
76 ],
77 ],
78 'Course Role Address With Role Names for Course and Role' => [
79 '#member@[French Course]',
80 [
82 ],
83 ],
84 'Course Role Recipient with Course Role Address (Role Names for Course and Role)' => [
85 'Course Administrator <#admin@[Math Course]>',
86 [
88 ],
89 ],
90 'Course Role Recipient with Course Role Address (Numeric Id for Course Role)' => [
91 'Course Administrator <#il_crs_admin_2581>',
92 [
94 ],
95 ],
96 'sepp@some.where;done@web.de' => [
97
98 'sepp@some.where;done@web.de',
99 [
102 ],
103 ],
104 ];
105 }