File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \Rss \Controller \Feed ;
9
9
10
+ /**
11
+ * Test for \Magento\Rss\Controller\Feed\Index
12
+ */
10
13
class IndexTest extends \Magento \TestFramework \TestCase \AbstractBackendController
11
14
{
12
15
/**
@@ -50,6 +53,7 @@ protected function setUp()
50
53
* @magentoDataFixture Magento/Wishlist/_files/two_wishlists_for_two_diff_customers.php
51
54
* @magentoConfigFixture current_store rss/wishlist/active 1
52
55
* @magentoConfigFixture current_store rss/config/active 1
56
+ * @return void
53
57
*/
54
58
public function testRssResponse ()
55
59
{
@@ -71,6 +75,7 @@ public function testRssResponse()
71
75
* @magentoDataFixture Magento/Wishlist/_files/two_wishlists_for_two_diff_customers.php
72
76
* @magentoConfigFixture current_store rss/wishlist/active 1
73
77
* @magentoConfigFixture current_store rss/config/active 1
78
+ * @return void
74
79
*/
75
80
public function testRssResponseWithIncorrectWishlistId ()
76
81
{
You can’t perform that action at this time.
0 commit comments