Exemplo n.º 1
0
 /**
  * @test
  */
 public function createDummyZipArchiveForNonExistentUploadFolderSetCreatesFileInCreatedUploadFolder()
 {
     $this->markAsSkippedForNoZipArchive();
     $this->fixture->setUploadFolderPath(PATH_site . 'typo3temp/tx_phpunit_test/');
     $dummyFile = $this->fixture->createDummyZipArchive();
     $this->assertTrue(file_exists($dummyFile));
 }