Ejemplo n.º 1
0
 /**
  * @expectedException \Sabre\DAV\Exception\Forbidden
  */
 function testSetACL()
 {
     $this->usercalendars->setACL([]);
 }
Ejemplo n.º 2
0
 /**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 function testSetACL()
 {
     $this->usercalendars->setACL(array());
 }