Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/VObject/ITip/BrokerAttendeeReplyTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,7 @@ public function testPartyCrasher(): void
UID:foobar
RECURRENCE-ID:20140717T120000Z
SUMMARY:B-day party
SEQUENCE:1
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:[email protected]
DTSTART:20140717T120000Z
RRULE:FREQ=DAILY
Expand All @@ -1163,7 +1163,7 @@ public function testPartyCrasher(): void
UID:foobar
RECURRENCE-ID:20140717T120000Z
SUMMARY:B-day party
SEQUENCE:1
SEQUENCE:2
ORGANIZER;CN=Strunk:mailto:[email protected]
ATTENDEE;PARTSTAT=ACCEPTED;CN=One:mailto:[email protected]
DTSTART:20140717T120000Z
Expand All @@ -1189,7 +1189,7 @@ public function testPartyCrasher(): void
BEGIN:VEVENT
UID:foobar
DTSTAMP:**ANY**
SEQUENCE:1
SEQUENCE:2
DTSTART:20140717T120000Z
SUMMARY:B-day party
RECURRENCE-ID:20140717T120000Z
Expand Down
Loading