protected function tearDown()
 {
     return;
     $this->testInstaller->clear();
     $this->testDb->fullDestruct();
     $this->testDb = null;
 }
 public function tearDown()
 {
     $this->testInstaller->uninstall($this->agentDir);
     $this->testInstaller->clear();
     $this->testInstaller->rmRepo();
     $this->testDb = null;
 }
 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}");
     }
 }
Example #4
0
 private function rmRepo()
 {
     $this->testInstaller->uninstall($this->agentDir);
     $this->testInstaller->clear();
     $this->testInstaller->rmRepo();
 }
Example #5
0
 private function rmRepo()
 {
     $this->testInstaller->rmRepo();
     $this->testInstaller->clear();
 }