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.
2 parents 2649b93 + a079c91 commit 5ab88d0Copy full SHA for 5ab88d0
dev/tests/integration/testsuite/Magento/SendFriend/Controller/SendmailTest.php
@@ -24,10 +24,11 @@ class SendmailTest extends AbstractController
24
/**
25
* Share the product to friend as logged in customer
26
*
27
+ * @magentoAppArea frontend
28
* @magentoDbIsolation enabled
29
* @magentoAppIsolation enabled
- * @magentoConfigFixture default/sendfriend/email/allow_guest 0
30
- * @magentoConfigFixture default/sendfriend/email/enabled 1
+ * @magentoConfigFixture default_store sendfriend/email/allow_guest 0
31
+ * @magentoConfigFixture default_store sendfriend/email/enabled 1
32
* @magentoDataFixture Magento/Customer/_files/customer.php
33
* @magentoDataFixture Magento/Catalog/_files/products.php
34
*/
0 commit comments