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