Ejemplo n.º 1
0
 protected function tearDown()
 {
     if ($this->clearDbAfterTest) {
         Nano_Db::clean();
     }
     if ($this->clearLogAfterTest) {
         Nano_Log::clear();
     }
     parent::tearDown();
 }
Ejemplo n.º 2
0
 protected function tearDown()
 {
     Nano_Db::clean();
     Nano_Db::close();
 }
Ejemplo n.º 3
0
 protected function tearDown()
 {
     Nano_Db::clean();
     TestDbTable1::dropTable();
     TestDbTable2::dropTable();
 }