44 $xml = $this->
write([
'{DAV:}root' => $property]);
46 $this->assertXmlStringEqualsXmlString(
49 <cal:comp name="VEVENT"/>
50 <cal:comp name="VTODO"/>
63 <d:root xmlns:cal=
"$cal" xmlns:cs=
"$cs" xmlns:d=
"DAV:">
64 <cal:comp name=
"VEVENT"/>
65 <cal:comp name=
"VTODO"/>
71 [
'{DAV:}root' =>
'Sabre\\CalDAV\\Xml\\Property\\SupportedCalendarComponentSet']
91 <d:root xmlns:cal=
"$cal" xmlns:cs=
"$cs" xmlns:d=
"DAV:">
97 [
'{DAV:}root' =>
'Sabre\\CalDAV\\Xml\\Property\\SupportedCalendarComponentSet']
An exception for terminatinating execution or to throw for unit testing.
const NS_CALDAV
This is the official CalDAV namespace.
const NS_CALENDARSERVER
This is the namespace for the proprietary calendarserver extensions.
testUnserializeEmpty()
@expectedException \Sabre\Xml\ParseException
testSerialize()
@depends testSimple @depends testMultiple
SupportedCalendarComponentSet property.
parse($xml, array $elementMap=[])