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.
1 parent 00227d6 commit aaf05d2Copy full SHA for aaf05d2
dev/tests/integration/testsuite/Magento/Catalog/_files/categories.php
@@ -20,7 +20,7 @@
20
]
21
);
22
23
-/** @var Magento\Catalog\Api\CategoryLinkManagementInterface $linkManagement */
+/** @var Magento\Catalog\Api\CategoryLinkManagementInterface $categoryLinkManagement */
24
$categoryLinkManagement = $objectManager->create(\Magento\Catalog\Api\CategoryLinkManagementInterface::class);
25
$reflectionClass = new \ReflectionClass(get_class($categoryLinkManagement));
26
$properties = [
@@ -115,6 +115,7 @@
115
->setName('Inactive')
116
->setParentId(2)
117
->setPath('1/2/8')
118
+ ->setLevel(2)
119
->setAvailableSortBy('name')
120
->setDefaultSortBy('name')
121
->setIsActive(false)
0 commit comments