Skip to content

Commit 348d513

Browse files
author
Eric Bohanon
committed
MAGETWO-71257: Need to disable module output
1 parent 9c98f61 commit 348d513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Wishlist/Test/Unit/Model/Rss/WishlistTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public function testGetRssData()
128128
);
129129
$customerServiceMock = $this->createMock(\Magento\Customer\Api\Data\CustomerInterface::class);
130130
$wishlistSharingUrl = 'wishlist/shared/index/1';
131+
$locale = 'en_US';
131132
$productUrl = 'http://product.url/';
132133
$productName = 'Product name';
133134

0 commit comments

Comments
 (0)