We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc40ba8 commit 3ccd065Copy full SHA for 3ccd065
app/code/Magento/Paypal/Test/Unit/Model/PayflowConfigTest.php
@@ -46,10 +46,9 @@ protected function setUp()
46
$this->config = $om->getObject(
47
'Magento\Paypal\Model\PayflowConfig',
48
[
49
- 'scopeConfig' => $this->scopeConfigMock,
+ 'scopeConfig' => $this->scopeConfigMock
50
]
51
);
52
-// $this->config = new PayflowConfig($this->scopeConfigMock);
53
}
54
55
/**
0 commit comments