Skip to content

Commit d6f5346

Browse files
committed
MAGETWO-62428: After clicking on refund button redirecting on isn't working page
1 parent 6d39c8f commit d6f5346

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/code/Magento/Sales/Test/Unit/Model/Service/CreditmemoServiceTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,4 +399,11 @@ public function testRefundWithException()
399399

400400
$this->creditmemoService->refund($creditMemoMock, true);
401401
}
402+
403+
protected function tearDown()
404+
{
405+
\Magento\Framework\Phrase::setRenderer(
406+
new \Magento\Framework\Phrase\Renderer\Placeholder()
407+
);
408+
}
402409
}

0 commit comments

Comments
 (0)