43 $xml = $this->
write([
'{DAV:}root' => $property]);
45 $this->assertXmlStringEqualsXmlString(
60 $xml = $this->
write([
'{DAV:}root' => $property]);
62 $this->assertXmlStringEqualsXmlString(
78<d:root xmlns:d=
"DAV:" xmlns:cal=
"$cal" xmlns:cs=
"$cs">
85 [
'{DAV:}root' =>
'Sabre\\CalDAV\\Xml\\Property\\ScheduleCalendarTransp']
102<d:root xmlns:d=
"DAV:" xmlns:cal=
"$cal" xmlns:cs=
"$cs">
109 [
'{DAV:}root' =>
'Sabre\\CalDAV\\Xml\\Property\\ScheduleCalendarTransp']
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.
testSerializeTransparent()
@depends testSimple
testUnserializeTransparent()
testBadValue()
@expectedException \InvalidArgumentException
testSerializeOpaque()
@depends testSimple
schedule-calendar-transp property.
parse($xml, array $elementMap=[])