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 bbdfb53 commit 6f723ffCopy full SHA for 6f723ff
app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php
@@ -182,14 +182,14 @@ function ($value) {
182
183
$this->transactionFactory = $this->getMock(
184
'Magento\Sales\Model\Order\Payment\TransactionFactory',
185
- [],
+ ['create'],
186
[],
187
'',
188
false
189
);
190
$this->transactionCollectionFactory = $this->getMock(
191
'Magento\Sales\Model\Resource\Order\Payment\Transaction\CollectionFactory',
192
193
194
195
0 commit comments