Ejemplo n.º 1
0
 public function testCanChangeFieldName()
 {
     $file = new PostFile('foo', '@' . __FILE__);
     $file->setFieldName('Boo');
     $this->assertEquals('Boo', $file->getFieldName());
 }