示例#1
0
 public function tearDown()
 {
     $table = $this->db->applyPrefix("sspdbt");
     $this->db->write("DROP TABLE IF EXISTS {$table}", false);
     unset($this->config);
     unset($this->db);
 }