/** * tearDown method * * @return void */ public function tearDown() { parent::tearDown(); $this->_clearTables(array('pages')); $this->_clearFiles(); unset($this->Oven); }
/** * tearDown method * * @return void */ public function tearDown() { parent::tearDown(); if (file_exists($this->path . 'oven.php')) { unlink($this->path . 'oven.php'); } if (file_exists($this->path . 'oven.json')) { unlink($this->path . 'oven.json'); } }
/** * tearDown method * @return void */ public function tearDown() { unset($this->Init); parent::tearDown(); }
/** * tearDown method * @return void */ public function tearDown() { parent::tearDown(); $this->_clearFiles(); }