Exemplo n.º 1
0
 protected function mormTearDown()
 {
     $this->sql->queryDB(Authors::dropTable());
 }
Exemplo n.º 2
0
 public function mormTearDown()
 {
     $this->sql->queryDB(Authors::dropTable());
     $this->sql->queryDB(Books::dropTable());
 }