diff --git a/tests/VObject/ITip/BrokerNewEventTest.php b/tests/VObject/ITip/BrokerNewEventTest.php index 2d5c2cc2d..465f4127b 100644 --- a/tests/VObject/ITip/BrokerNewEventTest.php +++ b/tests/VObject/ITip/BrokerNewEventTest.php @@ -508,10 +508,56 @@ public function testChangingOrganizers() END:VCALENDAR ICS; - $version = \Sabre\VObject\Version::VERSION; $this->parse(null, $message, [], 'mailto:strunk@example.org'); } + public function testCaseInsensitiveOrganizers() + { + $message = <<parse(null, $message, [ + [ + 'uid' => 'foobar', + 'method' => 'REQUEST', + 'component' => 'VEVENT', + 'sender' => 'mailto:strunk@example.org', + ], + [ + 'uid' => 'foobar', + 'method' => 'REQUEST', + 'component' => 'VEVENT', + 'sender' => 'mailto:strunk@example.org', + ], + ['uid' => 'foobar', + 'method' => 'REQUEST', + 'component' => 'VEVENT', + 'sender' => 'mailto:strunk@example.org', + ], + ], 'mailto:strunk@example.org'); + } + public function testNoOrganizerHasAttendee() { $message = <<