/**
  * @expectedException Sabre_DAV_Exception_MethodNotAllowed
  */
 function testCreateDirectory()
 {
     $this->ab->createDirectory('name');
 }