/**
  * Sets up test case
  *
  */
 public function setUp()
 {
     $root = new RootDoc();
     $root->addSourceLoader($this->getClass()->getClassLoader());
     $this->holder = new Doc();
     $this->holder->setRoot($root);
 }
 /**
  * Sets up test case
  *
  */
 public function setUp()
 {
     $root = new RootDoc();
     $root->addSourceLoader($this->getClass()->getClassLoader());
     $this->fixture = $root->classNamed($this->getClassName());
 }