Skip to content

Commit 730ab80

Browse files
committed
Resolving build failure Issue
1 parent 4ca2328 commit 730ab80

File tree

1 file changed

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

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
use Magento\Catalog\Model\Layer\Filter\AbstractFilter;
1111
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;
1313

1414
/**
1515
* Provides price filter tests with different price ranges calculation in navigation block on search page.
@@ -18,7 +18,7 @@
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

0 commit comments

Comments
 (0)