コード例 #1
0
ファイル: WbTmpTableTest.php プロジェクト: staser/webacula
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->WbTmpTable = null;
     session_write_close();
     parent::tearDown();
 }
コード例 #2
0
ファイル: JobTest.php プロジェクト: staser/webacula
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     $this->job = null;
     parent::tearDown();
 }