@@ -25,7 +25,7 @@ |
||
25 | 25 | |
26 | 26 | /** |
27 | 27 | * testMagentoOpen |
28 | - */ |
|
28 | + */ |
|
29 | 29 | public function testPaylaterMg21BasicTest() |
30 | 30 | { |
31 | 31 | $this->webDriver->get(self::MAGENTO_URL); |
@@ -346,9 +346,9 @@ |
||
346 | 346 | $magentoVersion = $this->productMetadataInterface->getVersion(); |
347 | 347 | $moduleInfo = $this->moduleList->getOne('DigitalOrigin_Pmt'); |
348 | 348 | return array( 'magento' => $magentoVersion, |
349 | - 'pmt' => $moduleInfo['setup_version'], |
|
350 | - 'php' => phpversion(), |
|
351 | - 'curl' => $curlVersion); |
|
349 | + 'pmt' => $moduleInfo['setup_version'], |
|
350 | + 'php' => phpversion(), |
|
351 | + 'curl' => $curlVersion); |
|
352 | 352 | } |
353 | 353 | |
354 | 354 | /** |