Exemplo n.º 1
0
 public function testGetPayPalSandboxUrl_overrideWithConfig_configValue()
 {
     $this->getConfig()->setConfigParam('sPayPalSandboxUrl', 'ConfigHost');
     $oConfig = new oePayPalConfig();
     $this->assertEquals('ConfigHost', $oConfig->getPayPalSandboxUrl());
 }