@@ -61,7 +61,7 @@ public function testAccepted(): void
61
61
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
62
62
END:VEVENT
63
63
END:VCALENDAR
64
- ICS
64
+ ICS ,
65
65
],
66
66
];
67
67
@@ -179,7 +179,7 @@ public function testAcceptedWithTz(): void
179
179
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
180
180
END:VEVENT
181
181
END:VCALENDAR
182
- ICS
182
+ ICS ,
183
183
],
184
184
];
185
185
@@ -325,7 +325,7 @@ public function testRecurringReply(): void
325
325
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
326
326
END:VEVENT
327
327
END:VCALENDAR
328
- ICS
328
+ ICS ,
329
329
],
330
330
];
331
331
@@ -464,7 +464,7 @@ public function testRecurringAllDay(): void
464
464
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
465
465
END:VEVENT
466
466
END:VCALENDAR
467
- ICS
467
+ ICS ,
468
468
],
469
469
];
470
470
@@ -556,7 +556,7 @@ public function testNoChangeForceSend(): void
556
556
ATTENDEE;PARTSTAT=NEEDS-ACTION;CN=One:mailto:[email protected]
557
557
END:VEVENT
558
558
END:VCALENDAR
559
- ICS
559
+ ICS ,
560
560
],
561
561
];
562
562
$ this ->parse ($ oldMessage , $ newMessage , $ expected );
@@ -659,7 +659,7 @@ public function testCreateReplyByException(): void
659
659
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
660
660
END:VEVENT
661
661
END:VCALENDAR
662
- ICS
662
+ ICS ,
663
663
],
664
664
];
665
665
$ this ->parse ($ oldMessage , $ newMessage , $ expected );
@@ -728,7 +728,7 @@ public function testCreateReplyByExceptionTz(): void
728
728
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
729
729
END:VEVENT
730
730
END:VCALENDAR
731
- ICS
731
+ ICS ,
732
732
],
733
733
];
734
734
$ this ->parse ($ oldMessage , $ newMessage , $ expected );
@@ -797,7 +797,7 @@ public function testCreateReplyByExceptionAllDay(): void
797
797
ATTENDEE;PARTSTAT=DECLINED:mailto:[email protected]
798
798
END:VEVENT
799
799
END:VCALENDAR
800
- ICS
800
+ ICS ,
801
801
],
802
802
];
803
803
$ this ->parse ($ oldMessage , $ newMessage , $ expected );
@@ -857,7 +857,7 @@ public function testDeclined(): void
857
857
ATTENDEE;PARTSTAT=DECLINED;CN=One:mailto:[email protected]
858
858
END:VEVENT
859
859
END:VCALENDAR
860
- ICS
860
+ ICS ,
861
861
],
862
862
];
863
863
@@ -1039,7 +1039,7 @@ public function testAcceptedAllDay(): void
1039
1039
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
1040
1040
END:VEVENT
1041
1041
END:VCALENDAR
1042
- ICS
1042
+ ICS ,
1043
1043
],
1044
1044
];
1045
1045
@@ -1110,7 +1110,7 @@ public function testReplyNoMasterEvent(): void
1110
1110
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
1111
1111
END:VEVENT
1112
1112
END:VCALENDAR
1113
- ICS
1113
+ ICS ,
1114
1114
],
1115
1115
];
1116
1116
@@ -1198,7 +1198,7 @@ public function testPartyCrasher(): void
1198
1198
END:VEVENT
1199
1199
END:VCALENDAR
1200
1200
1201
- ICS
1201
+ ICS ,
1202
1202
],
1203
1203
];
1204
1204
0 commit comments