From fa21264b28fdddb2af4f10134253f39955909bd8 Mon Sep 17 00:00:00 2001 From: Oleh Posyniak <oposyniak@magento.com> Date: Thu, 29 Dec 2016 14:09:58 +0200 Subject: [PATCH] MAGETWO-62710: Remove Advanced section --- app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php b/app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php index 97ade66fed1..29cb6ca0a24 100644 --- a/app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php +++ b/app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php @@ -136,7 +136,6 @@ class WishlistTest extends \PHPUnit_Framework_TestCase ); $customerServiceMock = $this->getMock(\Magento\Customer\Api\Data\CustomerInterface::class, [], [], '', false); $wishlistSharingUrl = 'wishlist/shared/index/1'; - $locale = 'en_US'; $productUrl = 'http://product.url/'; $productName = 'Product name'; -- GitLab