public function tearDown() { parent::tearDown(); if ($this->tmp) { @unlink($this->tmp); } }
/** * @see PHPUnit_Framework_TestCase::tearDown() */ protected function tearDown() { parent::tearDown(); unset($this->frame); }