File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010use Magento \Catalog \Model \Layer \Filter \AbstractFilter ;
1111use Magento \Catalog \Model \Layer \Resolver ;
12- use Magento \LayeredNavigation \Block \Navigation \Category \PriceFilterTest as CategoryPriceFilterTest ;
12+ use Magento \LayeredNavigation \Block \Navigation \Category \PriceFilter as CategoryPriceFilterTest ;
1313
1414/**
1515 * Provides price filter tests with different price ranges calculation in navigation block on search page.
1818 * @magentoAppIsolation enabled
1919 * @magentoDbIsolation disabled
2020 */
21- class PriceFilterTest extends CategoryPriceFilterTest
21+ class PriceFilter
2222{
2323 /**
2424 * @magentoDataFixture Magento/Catalog/_files/category_with_three_products.php
You can’t perform that action at this time.
0 commit comments