assertInstanceOf('Sabre\CalDAV\Xml\Property\SupportedCalendarData', $sccs); } /** * @depends testSimple */ function testSerialize() { $this->namespaceMap[CalDAV\Plugin::NS_CALDAV] = 'cal'; $property = new SupportedCalendarData(); $xml = $this->write(['{DAV:}root' => $property]); $this->assertXmlStringEqualsXmlString( ' ', $xml); } }