예제 #1
0
파일: Abstract.php 프로젝트: gauthierm/MDB2
 public function tearDown()
 {
     if (!$this->db || MDB2::isError($this->db)) {
         return;
     }
     $this->clearTables();
     $this->db->disconnect();
     $this->db->popExpect();
     unset($this->db);
 }