Skip to content

Commit 2003ebd

Browse files
author
OlgaVasyltsun
committed
MAGETWO-96690: Incorrect Rss Wishlist response
1 parent 5e2908a commit 2003ebd

File tree

1 file changed

+5
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Rss/Controller/Feed

1 file changed

+5
-0
lines changed

dev/tests/integration/testsuite/Magento/Rss/Controller/Feed/IndexTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
namespace Magento\Rss\Controller\Feed;
99

10+
/**
11+
* Test for \Magento\Rss\Controller\Feed\Index
12+
*/
1013
class IndexTest extends \Magento\TestFramework\TestCase\AbstractBackendController
1114
{
1215
/**
@@ -50,6 +53,7 @@ protected function setUp()
5053
* @magentoDataFixture Magento/Wishlist/_files/two_wishlists_for_two_diff_customers.php
5154
* @magentoConfigFixture current_store rss/wishlist/active 1
5255
* @magentoConfigFixture current_store rss/config/active 1
56+
* @return void
5357
*/
5458
public function testRssResponse()
5559
{
@@ -71,6 +75,7 @@ public function testRssResponse()
7175
* @magentoDataFixture Magento/Wishlist/_files/two_wishlists_for_two_diff_customers.php
7276
* @magentoConfigFixture current_store rss/wishlist/active 1
7377
* @magentoConfigFixture current_store rss/config/active 1
78+
* @return void
7479
*/
7580
public function testRssResponseWithIncorrectWishlistId()
7681
{

0 commit comments

Comments
 (0)