Skip to content

Commit 4ca2328

Browse files
committed
Resolving build failure Issue
1 parent 75c4397 commit 4ca2328

File tree

1 file changed

+1
-2
lines changed
  • dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* @magentoAppIsolation enabled
2323
* @magentoDbIsolation disabled
2424
*/
25-
class PriceFilterTest extends AbstractFiltersTest
25+
class PriceFilter
2626
{
2727
/**
2828
* @var MutableScopeConfigInterface
@@ -34,7 +34,6 @@ class PriceFilterTest extends AbstractFiltersTest
3434
*/
3535
protected function setUp(): void
3636
{
37-
parent::setUp();
3837
$this->scopeConfig = $this->objectManager->get(MutableScopeConfigInterface::class);
3938
}
4039

0 commit comments

Comments
 (0)