예제 #1
0
 /**
  * Test case for oePayPalConfig::isGiroPayEnabled()
  *
  * @return null
  */
 public function testIsGiroPayEnabled()
 {
     $oConfig = new oePayPalConfig();
     $this->assertFalse($oConfig->isGiroPayEnabled());
 }