コード例 #1
0
 function testGetSupportedPrivilegesSet()
 {
     $this->assertNull($this->usercalendars->getSupportedPrivilegeSet());
 }
コード例 #2
0
 /**
  * @expectedException Sabre_DAV_Exception_NotImplemented
  */
 function testShareReplyFail()
 {
     $this->usercalendars->shareReply('uri', Sabre_CalDAV_SharingPlugin::STATUS_DECLINED, 'curi', '1');
 }