Example #1
0
 /**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 public function testSetName()
 {
     $this->node->setName('2');
 }