/**
  * @return	null
  */
 public function tearDown()
 {
     $this->conn->close();
 }
 /**
  * @return	null
  */
 public function tearDown()
 {
     $this->conn->close();
     $this->conn = null;
     $this->adapter = null;
 }