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