コード例 #1
0
 protected function tearDown()
 {
     return;
     $this->testInstaller->clear();
     $this->testDb->fullDestruct();
     $this->testDb = null;
 }
コード例 #2
0
 public function tearDown()
 {
     $this->testInstaller->uninstall($this->agentDir);
     $this->testInstaller->clear();
     $this->testInstaller->rmRepo();
     $this->testDb = null;
 }
コード例 #3
0
 public function tearDown()
 {
     $this->testInstaller->uninstall($this->agentDir);
     $this->testInstaller->clear();
     $this->testInstaller->rmRepo();
     $this->testDb = null;
     global $TEST_RESULT_PATH;
     if (!empty($TEST_RESULT_PATH)) {
         exec("/bin/rm -rf {$TEST_RESULT_PATH}");
     }
 }
コード例 #4
0
ファイル: schedulerTest.php プロジェクト: rlintu/fossology
 private function rmRepo()
 {
     $this->testInstaller->uninstall($this->agentDir);
     $this->testInstaller->clear();
     $this->testInstaller->rmRepo();
 }
コード例 #5
0
 private function rmRepo()
 {
     $this->testInstaller->rmRepo();
     $this->testInstaller->clear();
 }