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}"); } }
private function rmRepo() { $this->testInstaller->uninstall($this->agentDir); $this->testInstaller->clear(); $this->testInstaller->rmRepo(); }
private function rmRepo() { $this->testInstaller->rmRepo(); $this->testInstaller->clear(); }