Ejemplo n.º 1
0
 function testGetSupportedPrivilegesSet()
 {
     $result = $this->calendar->getSupportedPrivilegeSet();
     $this->assertEquals('{' . Sabre_CalDAV_Plugin::NS_CALDAV . '}read-free-busy', $result['aggregates'][0]['aggregates'][2]['privilege']);
 }