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 c17449a commit c09e59bCopy full SHA for c09e59b
dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerSharingOptionsTest.php
@@ -101,7 +101,8 @@ public function tearDown(): void
101
* @param bool $expectingException
102
* @dataProvider getCustomerDataWebsiteScopeDataProvider
103
*
104
- * @magentoConfigFixture customer/account_share/scope 1
+ * @magentoApiDataFixture Magento/Store/_files/second_website_with_two_stores.php
105
+ * @magentoConfigFixture default_store customer/account_share/scope 1
106
*/
107
public function testGetCustomerDataWebsiteScope(string $storeCode, bool $expectingException)
108
{
0 commit comments