Skip to content

Commit c09e59b

Browse files
committed
add fixture
1 parent c17449a commit c09e59b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerSharingOptionsTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ public function tearDown(): void
101101
* @param bool $expectingException
102102
* @dataProvider getCustomerDataWebsiteScopeDataProvider
103103
*
104-
* @magentoConfigFixture customer/account_share/scope 1
104+
* @magentoApiDataFixture Magento/Store/_files/second_website_with_two_stores.php
105+
* @magentoConfigFixture default_store customer/account_share/scope 1
105106
*/
106107
public function testGetCustomerDataWebsiteScope(string $storeCode, bool $expectingException)
107108
{

0 commit comments

Comments
 (0)