Skip to content

Commit

Permalink
ACPT-1253: Fix Store failures on app server
Browse files Browse the repository at this point in the history
  • Loading branch information
aa-kashk committed May 22, 2023
1 parent 978ca70 commit 60f3391
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ protected function setUp(): void
}

/**
* @magentoConfigFixture default_store web/seo/use_rewrites 1
* @magentoApiDataFixture Magento/Store/_files/store.php
* @magentoApiDataFixture Magento/Store/_files/inactive_store.php
*/
Expand Down Expand Up @@ -109,6 +110,7 @@ public function testDefaultWebsiteAvailableStoreConfigs(): void
}

/**
* @magentoConfigFixture default_store web/seo/use_rewrites 1
* @magentoApiDataFixture Magento/Store/_files/second_website_with_two_stores.php
*/
public function testNonDefaultWebsiteAvailableStoreConfigs(): void
Expand Down Expand Up @@ -206,6 +208,7 @@ private function validateStoreConfig(StoreConfigInterface $storeConfig, array $r
}

/**
* @magentoConfigFixture default_store web/seo/use_rewrites 1
* @magentoApiDataFixture Magento/Store/_files/second_website_with_four_stores_divided_in_groups.php
* @magentoConfigFixture web/url/use_store 1
*/
Expand Down Expand Up @@ -266,6 +269,7 @@ public function testAllStoreConfigsWithCodeInUrlEnabled(): void
}

/**
* @magentoConfigFixture default_store web/seo/use_rewrites 1
* @magentoApiDataFixture Magento/Store/_files/second_website_with_four_stores_divided_in_groups.php
*/
public function testCurrentGroupStoreConfigs(): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected function setUp(): void
}

/**
* @magentoConfigFixture default_store web/seo/use_rewrites 1
* @magentoApiDataFixture Magento/Store/_files/store.php
* @throws NoSuchEntityException
*/
Expand Down

0 comments on commit 60f3391

Please sign in to comment.