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 7ffc00c commit 0e92df5Copy full SHA for 0e92df5
dev/tests/integration/testsuite/Magento/Catalog/Controller/CategoryTest.php
@@ -276,7 +276,7 @@ public function testViewWithoutDuplicateHmlElementIds(): void
276
* @param int $storeId
277
* @return CategoryInterface
278
*/
279
- protected function loadCategory(string $categoryName, int $storeId): CategoryInterface
+ private function loadCategory(string $categoryName, int $storeId): CategoryInterface
280
{
281
/** @var Collection $categoryCollection */
282
$categoryCollection = $this->categoryCollectionFactory->create();
0 commit comments