Beispiel #1
0
 /**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 function testCreateDirectory()
 {
     $this->calendar->createDirectory('hello');
 }