Example #1
0
 public function testSet3DReturnUrl()
 {
     $this->configuration->setReturnUrl('Test3DReturnUrlSetter');
     $this->assertEquals('Test3DReturnUrlSetter', $this->configuration->getReturnUrl());
 }