From 7c1c47fcfc25ae6f3b7435632ace13d3c75f8a81 Mon Sep 17 00:00:00 2001 From: Ievgen Sentiabov <isentiabov@ebay.com> Date: Wed, 21 Oct 2015 18:53:09 +0300 Subject: [PATCH] MAGETWO-44295: Refund transaction does not appear in Transactions tab for eWay - Refactored code related to failed tests --- app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php b/app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php index f2203f2fbe1..3726d4e5108 100644 --- a/app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php +++ b/app/code/Magento/Authorizenet/Test/Unit/Model/DirectpostTest.php @@ -16,6 +16,7 @@ use Magento\Sales\Model\Order\Payment\Transaction\Repository as TransactionRepos /** * Class DirectpostTest + * @SuppressWarnings(PHPMD.CouplingBetweenObjects) */ class DirectpostTest extends \PHPUnit_Framework_TestCase { -- GitLab