/**
  * Clean-up the fixture
  */
 public function cleanup()
 {
     Util::rm_rf($this->dir);
 }
 /**
  * Clean-up the fixture
  */
 public function cleanup()
 {
     Util::rm_rf($this->root);
 }