Exemplo n.º 1
0
 /**
  * @test
  *
  * @expectedException t3lib_exception
  */
 public function setUploadFolderPathAfterCreatingDummyFileThrowsException()
 {
     $this->fixture->createDummyFile();
     $this->fixture->setUploadFolderPath('/foo/bar/');
 }