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