Source

						public function tearDown() {
		try {
			$this->db->delete($this->query);
		} catch (Exception $e) {}
		unset($this->query);
	}