コード例 #1
0
ファイル: SQLDAOTest.php プロジェクト: AroundPBT/PHPBoost
 public function tearDown()
 {
     $this->querier->inject("DROP TABLE IF EXISTS " . $this->model->get_table_name() . ";");
 }