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 9
9
10
10
use Magento \Catalog \Model \Layer \Filter \AbstractFilter ;
11
11
use 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 ;
13
13
14
14
/**
15
15
* Provides price filter tests with different price ranges calculation in navigation block on search page.
18
18
* @magentoAppIsolation enabled
19
19
* @magentoDbIsolation disabled
20
20
*/
21
- class PriceFilterTest extends CategoryPriceFilterTest
21
+ class PriceFilter
22
22
{
23
23
/**
24
24
* @magentoDataFixture Magento/Catalog/_files/category_with_three_products.php
You can’t perform that action at this time.
0 commit comments