Skip to content

Commit 6f6cb4b

Browse files
committed
Merge remote-tracking branch 'origin/MAGETWO-62428' into 2.1-prs2
2 parents 9597498 + d6f5346 commit 6f6cb4b

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)