예제 #1
0
 public function purgeCurrentTempDir()
 {
     self::cleanUpDir($this->tempDirectory->getTempDirForThisExecution());
 }
예제 #2
0
 /**
  * Removes directory for this instance.
  */
 protected function destroyDirectory()
 {
     TempDirectory::removeRecursive($this->root);
 }