Skip to content

Commit

Permalink
MAGETWO-37032: Port M1 Braintree V1 code to M2 using V.Zero PHP library
Browse files Browse the repository at this point in the history
    - Fix unit test failure
  • Loading branch information
Yu Tang committed Jun 20, 2015
1 parent bbdfb53 commit 6f723ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,14 @@ function ($value) {

$this->transactionFactory = $this->getMock(
'Magento\Sales\Model\Order\Payment\TransactionFactory',
[],
['create'],
[],
'',
false
);
$this->transactionCollectionFactory = $this->getMock(
'Magento\Sales\Model\Resource\Order\Payment\Transaction\CollectionFactory',
[],
['create'],
[],
'',
false
Expand Down

0 comments on commit 6f723ff

Please sign in to comment.