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 e849763 commit 98262b6Copy full SHA for 98262b6
app/code/Magento/Sales/Test/Unit/Model/Order/PaymentTest.php
@@ -20,6 +20,7 @@ class PaymentTest extends \PHPUnit_Framework_TestCase
20
const TRANSACTION_ID = 'ewr34fM49V0';
21
22
private $mockContext;
23
+
24
/**
25
* @var Payment
26
*/
@@ -858,7 +859,6 @@ public function testUpdateOnlineTransactionApproved()
858
859
$this->mockInvoice($this->transactionId);
860
$this->mockResultTrueMethods($this->transactionId, $baseGrandTotal, $message);
861
-
862
$this->orderMock->expects($this->once())
863
->method('getStoreId')
864
->willReturn($storeId);
0 commit comments