예제 #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();
 }