getFreeField() 공개 메소드

public getFreeField ( ) : string
리턴 string
 /**
  * @test
  */
 public function setFreeField()
 {
     $this->transaction->setFreeField('1234');
     $this->assertEquals('1234', $this->transaction->getFreeField());
 }