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