File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
app/code/Magento/Sales/Test/Unit/Model/Order Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -1339,7 +1339,6 @@ public function testRegisterRefundNotification()
1339
1339
->willReturn ($ this ->creditMemoMock );
1340
1340
$ this ->creditMemoMock ->expects ($ this ->once ())->method ('setPaymentRefundDisallowed ' )->willReturnSelf ();
1341
1341
$ this ->creditMemoMock ->expects ($ this ->once ())->method ('setAutomaticallyCreated ' )->willReturnSelf ();
1342
- $ this ->creditMemoMock ->expects ($ this ->once ())->method ('register ' )->willReturnSelf ();
1343
1342
$ this ->creditMemoMock ->expects ($ this ->once ())->method ('addComment ' )->willReturnSelf ();
1344
1343
$ this ->creditMemoMock ->expects ($ this ->once ())->method ('save ' )->willReturnSelf ();
1345
1344
$ this ->orderMock ->expects ($ this ->once ())->method ('getBaseCurrency ' )->willReturn ($ this ->currencyMock );
You can’t perform that action at this time.
0 commit comments