Exemplo n.º 1
0
 /**
  * @covers DmFileman\Form\UploadFileForm
  */
 public function testBuild()
 {
     $this->sut->build();
     $this->assertInstanceOf('Zend\\Form\\Element\\File', $this->sut->get(Form::FILE));
     $this->assertInstanceOf('Zend\\Form\\Element\\Csrf', $this->sut->get(Form::SECURITY));
 }