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