예제 #1
0
 public function testGetPayPalSandboxHost_overrideWithConfig_configValue()
 {
     $this->getConfig()->setConfigParam('sPayPalSandboxHost', 'configHost');
     $oConfig = new oePayPalConfig();
     $this->assertEquals('configHost', $oConfig->getPayPalSandboxHost());
 }