Skip to content

Commit d21105c

Browse files
committed
ACP2E-2481: Category Canonical URLs not working
1 parent cb62f0c commit d21105c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/CategoryTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ class CategoryTest extends TestCase
6565
/**
6666
* @var DataFixtureStorage
6767
*/
68-
private DataFixtureStorage $dataFixtureStorage;
68+
private $dataFixtureStorage;
6969

7070
/**
7171
* @inheritdoc
72+
* @throws LocalizedException
7273
*/
7374
protected function setUp(): void
7475
{

0 commit comments

Comments
 (0)