Skip to content

Commit 98262b6

Browse files
author
schurter-cw
committed
Update PaymentTest.php
Fix code style of PaymentTest.
1 parent e849763 commit 98262b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class PaymentTest extends \PHPUnit_Framework_TestCase
2020
const TRANSACTION_ID = 'ewr34fM49V0';
2121

2222
private $mockContext;
23+
2324
/**
2425
* @var Payment
2526
*/
@@ -858,7 +859,6 @@ public function testUpdateOnlineTransactionApproved()
858859
$this->mockInvoice($this->transactionId);
859860
$this->mockResultTrueMethods($this->transactionId, $baseGrandTotal, $message);
860861

861-
862862
$this->orderMock->expects($this->once())
863863
->method('getStoreId')
864864
->willReturn($storeId);

0 commit comments

Comments
 (0)