Example #1
0
 /**
  * @expectedException \Sabre\DAV\Exception\NotImplemented
  */
 function testSetPublishStatus()
 {
     $backend = new PDO($this->pdo);
     $backend->setPublishStatus([1, 1], true);
 }