Skip to content

Commit e849763

Browse files
author
Simon Schurter
committed
Update travis test for registerRefundNotification
1 parent c5cf025 commit e849763

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,6 @@ public function testRegisterRefundNotification()
13391339
->willReturn($this->creditMemoMock);
13401340
$this->creditMemoMock->expects($this->once())->method('setPaymentRefundDisallowed')->willReturnSelf();
13411341
$this->creditMemoMock->expects($this->once())->method('setAutomaticallyCreated')->willReturnSelf();
1342-
$this->creditMemoMock->expects($this->once())->method('register')->willReturnSelf();
13431342
$this->creditMemoMock->expects($this->once())->method('addComment')->willReturnSelf();
13441343
$this->creditMemoMock->expects($this->once())->method('save')->willReturnSelf();
13451344
$this->orderMock->expects($this->once())->method('getBaseCurrency')->willReturn($this->currencyMock);

0 commit comments

Comments
 (0)