Example #1
0
 /**
  * @expectedException \Sabre\DAV\Exception\Forbidden
  */
 function testSetAcl()
 {
     $this->sut->setACL([]);
 }