/**
  * @expectedException \RuntimeException
  * 
  */
 public function testFileFieldGetDataNotWorking()
 {
     $f = new FileField();
     $f->getData();
 }