Exemple #1
0
 protected function mormTearDown()
 {
     $this->sql->queryDB(Authors::dropTable());
 }
Exemple #2
0
 public function mormTearDown()
 {
     $this->sql->queryDB(Authors::dropTable());
     $this->sql->queryDB(Books::dropTable());
 }