We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c98f61 commit 348d513Copy full SHA for 348d513
app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php
@@ -128,6 +128,7 @@ public function testGetRssData()
128
);
129
$customerServiceMock = $this->createMock(\Magento\Customer\Api\Data\CustomerInterface::class);
130
$wishlistSharingUrl = 'wishlist/shared/index/1';
131
+ $locale = 'en_US';
132
$productUrl = 'http://product.url/';
133
$productName = 'Product name';
134
0 commit comments