protected function tearDown() { if ($this->clearDbAfterTest) { Nano_Db::clean(); } if ($this->clearLogAfterTest) { Nano_Log::clear(); } parent::tearDown(); }
protected function tearDown() { Nano_Db::clean(); Nano_Db::close(); }
protected function tearDown() { Nano_Db::clean(); TestDbTable1::dropTable(); TestDbTable2::dropTable(); }