Ejemplo n.º 1
0
 /**
  * @expectedException Sabre_DAV_Exception_MethodNotAllowed
  */
 function testSetACL()
 {
     $this->calendar->setACL(array());
 }