setAuthorize() public method

public setAuthorize ( integer $authorize )
$authorize integer
 /**
  * @test
  */
 public function setAuthorizeThrowsUnexpectedValue()
 {
     $this->setExpectedException(\UnexpectedValueException::class);
     $this->transaction->setAuthorize(-1);
 }