コード例 #1
0
 public function tearDown()
 {
     if (!empty($this->orgDir)) {
         chdir($this->orgDir);
     }
     if (!empty($this->tempDir) && is_dir($this->tempDir)) {
         TestUtil::removeDirRecursive($this->tempDir);
     }
 }
コード例 #2
0
 public function tearDown()
 {
     if (is_dir($this->tempDir)) {
         TestUtil::removeDirRecursive($this->tempDir);
     }
 }
コード例 #3
0
 public function tearDown()
 {
     if (is_dir($this->extractPath)) {
         TestUtil::removeDirRecursive($this->extractPath);
     }
 }