/**
  * tesComputedFilenameWithException
  *
  * @expectedException \RuntimeException
  */
 public function tesComputedFilenameWithException()
 {
     $node = new DocumentNode();
     $document = new Document($node);
     $document->getComputedFilename();
 }