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