setReturnURL() public method

public setReturnURL ( string $returnURL )
$returnURL string
 /**
  * @test
  */
 public function setReturnURLThrowsUnexpectedValue()
 {
     $this->setExpectedException(\UnexpectedValueException::class);
     $this->transaction->setReturnURL(null);
 }