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