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 75c4397 commit 4ca2328Copy full SHA for 4ca2328
dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilterTest.php renamed to dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/PriceFilter.php
@@ -22,7 +22,7 @@
22
* @magentoAppIsolation enabled
23
* @magentoDbIsolation disabled
24
*/
25
-class PriceFilterTest extends AbstractFiltersTest
+class PriceFilter
26
{
27
/**
28
* @var MutableScopeConfigInterface
@@ -34,7 +34,6 @@ class PriceFilterTest extends AbstractFiltersTest
34
35
protected function setUp(): void
36
37
- parent::setUp();
38
$this->scopeConfig = $this->objectManager->get(MutableScopeConfigInterface::class);
39
}
40
0 commit comments