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.
$storeId
1 parent 2d15e91 commit 8ad33f5Copy full SHA for 8ad33f5
dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryRepositoryTest.php
@@ -143,6 +143,12 @@ public function testGetCategoryForProvidedStore()
143
{
144
$categoryRepository = $this->repositoryFactory->create();
145
146
+ $categoryDefault = $categoryRepository->get(
147
+ self::FIXTURE_TWO_STORES_CATEGORY_ID
148
+ );
149
+
150
+ $this->assertSame('category-defaultstore', $categoryDefault->getUrlKey());
151
152
$categoryFirstStore = $categoryRepository->get(
153
self::FIXTURE_TWO_STORES_CATEGORY_ID,
154
self::FIXTURE_FIRST_STORE_CODE
0 commit comments