Inheritance: implements Sirius\Upload\Container\ContainerInterface
Beispiel #1
0
 public function testMoveUploadedFile()
 {
     $this->container->moveUploadedFile(__FILE__, 'destination');
 }