Skip to content

Commit 0a4d090

Browse files
author
Stanislav Idolov
committed
ENGCOM-1103: [Forwardport] Category\Collection::joinUrlRewrite should use the store set on the collection #14381
1 parent 53ad206 commit 0a4d090

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Category/CollectionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
declare(strict_types=1);
7+
68
namespace Magento\Catalog\Model\ResourceModel\Category;
79

810
class CollectionTest extends \PHPUnit\Framework\TestCase

dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/_files/category_multiple_stores.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* See COPYING.txt for license details.
55
*/
66

7+
declare(strict_types=1);
8+
79
/** @var \Magento\Catalog\Model\CategoryFactory $factory */
810
$factory = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
911
\Magento\Catalog\Model\CategoryFactory::class

0 commit comments

Comments
 (0)