コード例 #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();
 }