Skip to content

Commit 2619c78

Browse files
author
Burlacu Vasilii
committed
Fixing failed tests
1 parent 9c02116 commit 2619c78

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/code/Magento/Catalog/Model/Config/LayerCategoryConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function isCategoryFilterVisibleInLayerNavigation(
7171
*
7272
* @return int|null
7373
*/
74-
protected function getStoreId(): ?int
74+
private function getStoreId(): ?int
7575
{
7676
try {
7777
return (int) $this->storeManager->getStore()->getId();

app/code/Magento/Catalog/Test/Unit/Model/Layer/FilterListTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
/**
1515
* Filter List Test
16+
*
17+
* Check whenever the given filters list matches the expected result
1618
*/
1719
class FilterListTest extends \PHPUnit\Framework\TestCase
1820
{

0 commit comments

Comments
 (0)