Ejemplo n.º 1
0
 /**
  * @expectedException Sabre\DAV\Exception\NotImplemented
  */
 function testShareReplyFail()
 {
     $this->usercalendars->shareReply('uri', DAV\Sharing\Plugin::INVITE_DECLINED, 'curi', '1');
 }
Ejemplo n.º 2
0
 /**
  * @expectedException Sabre\DAV\Exception\NotImplemented
  */
 function testShareReplyFail()
 {
     $this->usercalendars->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
 }