Esempio n. 1
0
 /**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 function testSetACL()
 {
     $this->card->setACL(array());
 }
Esempio n. 2
0
 /**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 function testSetACL()
 {
     $this->card->setACL([]);
 }