From 6b27a6a97cbe06983a427f01648970c6277f39f1 Mon Sep 17 00:00:00 2001
From: Sergey Semenov <ssemenov@ebay.com>
Date: Tue, 22 Sep 2015 20:12:07 +0300
Subject: [PATCH] MAGETWO-37891: Not user-friendly message appears if Customer
 moves Product from Shopping Cart to Wishlist

---
 .../Wishlist/Test/Unit/Controller/Index/FromcartTest.php       | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/code/Magento/Wishlist/Test/Unit/Controller/Index/FromcartTest.php b/app/code/Magento/Wishlist/Test/Unit/Controller/Index/FromcartTest.php
index 685cedaeed4..7ef0847c15c 100644
--- a/app/code/Magento/Wishlist/Test/Unit/Controller/Index/FromcartTest.php
+++ b/app/code/Magento/Wishlist/Test/Unit/Controller/Index/FromcartTest.php
@@ -18,6 +18,9 @@ use Magento\Wishlist\Controller\Index\Fromcart;
 use Magento\Wishlist\Controller\WishlistProviderInterface;
 use Magento\Wishlist\Helper\Data as WishlistHelper;
 
+/**
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
+ */
 class FromcartTest extends \PHPUnit_Framework_TestCase
 {
     /**
-- 
GitLab