예제 #1
0
 public function testGetPayPalApiUrl_setWithSetter_setValue()
 {
     $oConfig = new oePayPalConfig();
     $oConfig->setPayPalApiUrl('ApiPayPalSandboxHost');
     $this->assertEquals('ApiPayPalSandboxHost', $oConfig->getPayPalApiUrl());
 }