/**
  * @return void
  */
 protected function setUp()
 {
     $inputDir = Directory::getInputDataDir();
     $this->tempDir = $inputDir . DIRECTORY_SEPARATOR . self::FUNCTIONAL_TEST_TEMP_DIR;
     $objFactory = new ObjectFactory();
     $dirUtil = $objFactory->getFileUtil();
     $dirUtil->createDirectoriesWhenNeeded($this->tempDir);
     $this->cleanUpFunctionalTestTempDir();
 }