예제 #1
0
 public function testGetPayPalSandboxHost_setWithSetter_setValue()
 {
     $oConfig = new oePayPalConfig();
     $oConfig->setPayPalSandboxHost('PayPalSandboxHost');
     $this->assertEquals('PayPalSandboxHost', $oConfig->getPayPalSandboxHost());
 }