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 ff576e2 commit ad28602Copy full SHA for ad28602
app/code/Magento/Sales/Test/Unit/Controller/Adminhtml/Order/Create/ReorderTest.php
@@ -189,7 +189,7 @@ public function testExecuteRedirectBack()
189
$this->createRedirect();
190
$this->getOrderId($this->orderId);
191
$this->getUnavailableProducts([1, 3]);
192
- $this->messageManagerMock->expects($this->any())->method('addErrorMessageMessage');
+ $this->messageManagerMock->expects($this->any())->method('addErrorMessage');
193
$this->setPath('sales/order/view', ['order_id' => $this->orderId]);
194
195
$this->assertInstanceOf(Redirect::class, $this->reorder->execute());
0 commit comments