setHolder() public method

public setHolder ( cielo\Holder $holder )
$holder cielo\Holder
 public function testSetHolder_shouldBeSuccess_whenHolderHasToken()
 {
     $holder = new Holder('TuS6LeBHWjqFFtE7S3zR052Jl/KUlD+tYJFpAdlA87E=');
     $this->transaction->setHolder($holder);
 }