示例#1
0
文件: LogTest.php 项目: studio-v/nano
 protected function tearDown()
 {
     Nano_Log::clear();
 }
示例#2
0
文件: WebTest.php 项目: studio-v/nano
 protected function tearDown()
 {
     if ($this->clearDbAfterTest) {
         Nano_Db::clean();
     }
     if ($this->clearLogAfterTest) {
         Nano_Log::clear();
     }
     parent::tearDown();
 }