/**
  * (non-PHPdoc)
  * @see sfPHPUnitTestCase::tearDown()
  */
 public function tearDown()
 {
     parent::tearDown();
     unlink($this->_ymlFileName);
 }