Example #1
0
 protected function tearDown()
 {
     Nano_Log::clear();
 }
Example #2
0
 protected function tearDown()
 {
     if ($this->clearDbAfterTest) {
         Nano_Db::clean();
     }
     if ($this->clearLogAfterTest) {
         Nano_Log::clear();
     }
     parent::tearDown();
 }