/**
  * @expectedException Sabre\DAV\Exception\MethodNotAllowed
  */
 function testCreateDirectory()
 {
     $this->s->createDirectory('bla');
 }