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